CVC3
Namespaces | Enumerations | Functions
lang.h File Reference

Definition of input and output languages to CVC3. More...

#include "debug.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CVC3
 

Enumerations

enum  CVC3::InputLanguage {
  CVC3::PRESENTATION_LANG, CVC3::SMTLIB_LANG, CVC3::LISP_LANG, CVC3::AST_LANG,
  CVC3::SIMPLIFY_LANG, CVC3::TPTP_LANG, CVC3::SPASS_LANG, CVC3::SMTLIB_V2_LANG
}
 Different input languages. More...
 

Functions

bool CVC3::isPrefix (const std::string &prefix, const std::string &str)
 
InputLanguage CVC3::getLanguage (const std::string &lang)
 

Detailed Description

Definition of input and output languages to CVC3.

Author: Mehul Trivedi

Created: Thu Jul 29 11:56:34 2004


License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the LICENSE file provided with this distribution.


Definition in file lang.h.