merge from arrays-clark branch
[cvc5.git] / src / parser / smt2 / smt2.cpp
2012-04-11 Morgan Detersmerge from arrays-clark branch
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2011-10-20 Morgan Detersadd support for QF_AUFLIA and QF_AUFLIRA logic strings...
2011-10-19 Tim KingAdding support for QF_UFLIA to the smt2 parser.
2011-04-20 Morgan DetersTuesday end-of-day commit.
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2010-10-31 Morgan Detersenable dependence graphs in doxygen; fix lots of doxyge...
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-10-04 Morgan Detersremove/shuffle some #include dependencies; fix some...
2010-07-08 Christopher L. ConwayAdding missing operators in SMT2 parser: UMINUS, DIVISI...
2010-07-02 Morgan Detersre-generated comment headers of source files
2010-06-30 Christopher L. ConwayParsing support for SMT divisions: LRA, QF_UFLIA, QF_UF...
2010-06-14 Christopher L. ConwayAdding array select/store to SMT v1 and v2 parsers
2010-06-04 Christopher L. ConwayAdding QF_SAT to SMT parsers
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-06-04 Christopher L. ConwayEnabling RDL/IDL in SMT v1 and adding some simple tests
2010-06-03 Christopher L. ConwayImplementing input from stdin (Fixes: #144)
2010-06-01 Christopher L. ConwayAdding SMT v2 parsing support for: QF_IDL, QF_NIA,...
2010-05-12 Christopher L. ConwayAdding ParserBuilder, reducing visibility of Parser...
2010-05-12 Christopher L. Conwaytrue and false are only defined if the core theory...
2010-05-12 Christopher L. ConwayAdding class Smt2 to handle declaration of logic and...