* Rename SMT parts (printer, parser) to SMT1
[cvc5.git] / src / parser / smt2 / Smt2.g
2012-09-27 Morgan Deters* Rename SMT parts (printer, parser) to SMT1
2012-09-21 Morgan DetersSMT-LIBv2 compliance updates:
2012-09-15 Morgan Detersminor interface improvements, compliance fixes
2012-08-31 Andrew Reynoldsmerge from fmf-devel branch. more updates to models...
2012-08-24 Morgan Deters* disallow internal uses of mkVar() (you have to mkSkol...
2012-08-24 Morgan Detersfix get-value output in a couple ways; this fixes bug...
2012-07-31 Morgan DetersOptions merge. This commit:
2012-07-27 Andrew Reynoldsmerging fmf-devel branch, includes refactored datatype...
2012-07-27 François BobotMerge quantifiers2-trunk:
2012-07-18 Morgan Detersmore compliance fixes for SMT-LIBv2
2012-07-17 Morgan DetersSMT-LIBv2 compliance updates:
2012-07-12 Andrew Reynoldsmerged fmf-devel branch, includes support for SMT2...
2012-07-10 Dejan Jovanovićgoing back to 1. being a non decimal
2012-07-10 Dejan Jovanovićsmall changes:
2012-07-08 Morgan DetersBugs resolved by this commit: #314, #322, #359, #364...
2012-06-13 Morgan DetersDon't use the "inlined" feature of ANTLR 3.2, which...
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
2012-06-08 Morgan DetersFix SMT-LIBv2 ALL_SUPPORTED logic inference (by inferri...
2012-06-07 Morgan DetersLogicInfo locking implemented, and some initialization...
2012-06-07 Morgan DetersAdding EchoCommand and associated printer and parser...
2012-05-15 Morgan Detersremoving all extended commands (as inspired by the...
2012-04-06 Morgan Deters* Fix ITEs and functions in CVC language printer.
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2012-01-17 Andrew Reynoldsupdates to smt2 parser to support datatypes, minor...
2011-11-16 Morgan DetersAddressed many of the concerns raised in the public...
2011-10-29 Morgan DetersSupport for SMT-LIBv2 (get-proof), CVC-style DUMP_PROOF...
2011-10-28 Morgan Deters* ability to output NodeBuilders without first converti...
2011-10-21 Morgan Deterssome printing and parser fixes for problems recently...
2011-10-04 Morgan DetersOh, here's another cute compatibility fix for libantlr3...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-06-30 Morgan DetersAllow (- x) for unary minus in SMT-LIBv1, in addition...
2011-05-02 Morgan DetersMinor fixes to various parts of CVC4, including the...
2011-05-01 Morgan Detersminor fixes, plus experimental readline support in...
2011-04-23 Morgan Deters* reviewed BooleanSimplification, added documentation...
2011-04-20 Morgan DetersTuesday end-of-day commit.
2011-04-18 Morgan Detersmostly CVC presentation language parsing and printing
2011-04-18 Morgan DetersPartial merge from datatypes-merge branch:
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2010-10-20 Christopher L. ConwayFixing minor whitespace bug in the parser
2010-10-10 Morgan Detersadditional model gen and SMT-LIBv2 compliance work...
2010-10-09 Morgan Deterssupport for SMT-LIBv2 :named attributes, and attributes...
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-08 Morgan Deters* (define-fun...) now has proper type checking in non...
2010-10-07 Morgan DetersSMT-LIBv2 (define-fun...) command now functional; does...
2010-10-06 Morgan Detersdeclare-sort, define-sort working but not thoroughly...
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-07-27 Christopher L. ConwayMoving EQ->IFF handling from TheoryEngine to parser...
2010-07-08 Christopher L. ConwayAdding missing operators in SMT2 parser: UMINUS, DIVISI...
2010-07-06 Christopher L. ConwayAdding Array types to SMT2 parser
2010-07-06 Morgan DetersFixes for doubled-statistics (bug 171), a fix to muzzle...
2010-06-30 Christopher L. ConwayParsing support for SMT divisions: LRA, QF_UFLIA, QF_UF...
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works
2010-06-14 Christopher L. ConwayAdding array select/store to SMT v1 and v2 parsers
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-06-01 Christopher L. ConwayAdding SMT v2 parsing support for: QF_IDL, QF_NIA,...
2010-06-01 Christopher L. ConwayFixing failing test in r521
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...
2010-05-07 Christopher L. ConwayTightening lexer rules for numerals in SMT v2
2010-05-06 Christopher L. ConwayAdding --strict-parsing option
2010-05-06 Christopher L. ConwayAdding AntlrInput::tokenTextSubstr
2010-05-06 Christopher L. ConwayAdding bit-vector constants in SMT2
2010-05-04 Christopher L. ConwayMinor change to SMT v2 grammar
2010-05-04 Christopher L. ConwayAdding general support for SMT2 set-info command
2010-05-04 Christopher L. ConwayHandling SMT 2.0 symbols and info flags
2010-05-01 Christopher L. ConwayFixing private/public header warnings in parser library
2010-04-29 Christopher L. Conway(Not) Handling parameterized sorts in SMT v2
2010-04-29 Christopher L. ConwayFirst draft implementation of SMT v2 parser