19 #ifndef __CVC4__LANGUAGE_H
20 #define __CVC4__LANGUAGE_H
68 out <<
"LANG_SMTLIB_V1";
71 out <<
"LANG_SMTLIB_V2";
80 out <<
"undefined_input_language";
125 out <<
"LANG_SMTLIB_V1";
128 out <<
"LANG_SMTLIB_V2";
140 out <<
"undefined_output_language";
language::output::Language OutputLanguage
The SMTLIB v1 output language.
The SMTLIB v2 output language.
The TPTP output language.
LANG_MAX is > any valid OutputLanguage id.
language::input::Language InputLanguage
InputLanguage toInputLanguage(OutputLanguage language)
CVC4's exception base class and some associated utilities.
Match the output language to the input language.
This is CVC4 release version For build and installation please see the INSTALL file included with this distribution This first official release of CVC4 is the result of more than three years of efforts by researchers at New York University and The University of Iowa The project leaders are Clark please refer to the AUTHORS file in the source distribution CVC4 is a tool for determining the satisfiability of a first order formula modulo a first order CVC CVC3 but does not directly incorporate code from any previous version CVC4 is intended to be an open and extensible SMT engine It can be used as a stand alone tool or as a library It has been designed to increase the performance and reduce the memory overhead of its predecessors It is written entirely in C and is released under a free software see the INSTALL file that comes with this distribution We recommend that you visit our CVC4 tutorials online please write to the cvc users cs nyu edu mailing list *if you need to report a bug with CVC4
The CVC4 output language.
Macros that should be defined everywhere during the building of the libraries and driver binary...
OutputLanguage toOutputLanguage(InputLanguage language)
std::ostream & operator<<(std::ostream &out, Language lang)
struct CVC4::options::out__option_t out