Don't tokenize SET_THEORY operators in smt2 parser
[cvc5.git] / src / parser / smt2 / smt2.cpp
2014-03-05 Kshitij BansalDon't tokenize SET_THEORY operators in smt2 parser
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-09-30 Liana Hadareanmerged golden
2013-09-18 Morgan DetersSupport for bv2nat/int2bv in parser and BV rewriter.
2013-09-13 Kshitij BansalMerge branch 'master' of https://github.com/CVC4/CVC4
2013-09-11 Tianyi LiangTheory of strings.
2013-08-26 Kshitij BansalMerge branch '1.2.x'
2013-06-25 Morgan DetersMerge branch '1.2.x'
2013-06-25 Morgan DetersSupport for abs, to_int, is_int, divisible in SMT-LIB...
2013-06-19 Morgan DetersMerge branch '1.2.x'
2013-06-07 Morgan DetersAllow disabling include-file feature
2013-06-04 Morgan DetersFile inclusion in Smt2 parser.
2013-06-03 Morgan DetersMerge tag 'casc24'
2013-05-29 Morgan DetersMerge branch '1.2.x'
2013-05-29 Morgan DetersFix bug where strict mode didn't allow DIV or MOD,...
2013-05-28 Morgan DetersStandardize SMT-LIBv2 set of logics to use LogicInfo.
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 Morgan DetersAdd the ability to "mute" commands, needed for SMT...
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-10-08 Morgan Detersfix SMT-LIBv2 compliance mode for bitvectors (was compl...
2012-09-28 Morgan DetersPublic interface review items:
2012-09-27 Morgan Deters* Rename SMT parts (printer, parser) to SMT1
2012-09-19 Morgan DetersGeneral subscriber infrastructure for NodeManager,...
2012-07-17 Morgan Detersfix an obvious oversight: "distinct" wasn't part of...
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
2012-06-07 Morgan DetersLogicInfo locking implemented, and some initialization...
2012-06-04 Clark BarrettAdded preprocessing pass that propagates unconstrained...
2012-04-27 Morgan Detersfix parser logic-handling oversights: QF_UFBV should...
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...