updated preprocessing and rewriting input equalities into inequalities for LRA
[cvc5.git] / src / util / options.h
2011-07-05 Dejan Jovanovićupdated preprocessing and rewriting input equalities...
2011-06-30 Tim KingMerging the playground branch upto r1957 into trunk.
2011-05-31 Tim KingThis commit contains the code for allowing arbitrary...
2011-05-05 Morgan DetersMerge from nonclausal-simplification-v2 branch:
2011-04-18 Tim KingThis commit merges the branch arithmetic/propagation...
2011-04-10 Morgan Detersmerge from replay branch
2011-04-05 Tim KingAdded options for setting the random decision frequency...
2011-04-01 Morgan DetersThis commit is a merge from the "betterstats" branch...
2011-03-30 Tim KingMoved the constructor for Options out of the header...
2011-03-30 Tim KingAdded the command line flag --rewrite-arithmetic-equali...
2011-02-27 Tim King- Adds a path for Theory to be passed a reference to...
2010-11-09 Dejan JovanovićLemmas on demand work, push-pop, some cleanup.
2010-11-08 Morgan Deterscommand-line flag to disable theory registration, also...
2010-11-08 Morgan Deterscleanup, documentation, SMT-LIBv2 compliance
2010-11-05 Christopher L. ConwayMoving Options fiddling to options.h
2010-10-24 Morgan Detersadd a CVC4_UNDEFINED keyword, for intentionally undefin...
2010-10-22 Christopher L. ConwayUsing Options in ParserBuilder and InteractiveShell
2010-10-22 Christopher L. ConwayMerging main/getopt.cpp, main/usage.h, and smt/options...
2010-10-10 Morgan Detersadditional model gen and SMT-LIBv2 compliance work...
2010-10-08 Morgan Deters* (define-fun...) now has proper type checking in non...
2010-10-07 Morgan Deterstype checking for define-fun in production builds;...
2010-10-07 Morgan DetersSMT-LIBv2 (define-fun...) command now functional; does...
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-08-19 Morgan DetersUF theory bug fixes, code cleanup, and extra debugging...
2010-08-18 Morgan Detersmore tests, configuration for UF
2010-08-17 Morgan DetersMerge from "cc" branch:
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-06 Christopher L. ConwayAdding --strict-parsing option
2010-05-04 Christopher L. ConwayDisabling semantic checks in competition mode.
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-30 Christopher L. ConwayMerging from branches/antlr3 (r246:354)
2010-03-05 Morgan Deters* public/private code untangled (smt/smt_engine.h no...
2010-02-27 Christopher L. ConwayAdding --mmap option to use memory-mapped file input...
2010-02-26 Morgan Deters* test/unit/context/context_black.h: Test CDList<>...
2010-02-22 Morgan Deters* configure.ac: Remove doc/ from search path for Makefi...
2010-02-18 Christopher L. ConwayAdding --no-checking option to disable semantic checks...
2010-02-16 Christopher L. ConwayAdding --parse-only option
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Morgan Detersminor fix for update-copyright.pl; ran update-copyright...
2010-02-02 Tim KingSwitched cnf conversion to go through CnfStream.
2010-01-30 Morgan Deterscnf conversion (variable-introducing), cleanups, fixes...
2010-01-29 Morgan Detersfixed CNF conversion, and more modular; CNF conversion...
2009-12-18 Dejan JovanovićLots of parser changes to make Chris happy. Yet more...
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-06 Dejan JovanovićBig chunk of changes:
2009-11-24 Morgan Detersconfigure option adjustments as per 11/24 meeting;...
2009-11-23 Morgan Detersfixups, file comments
2009-11-19 Morgan Deterstesting framework, configure fixes, incorporations...
2009-11-18 Morgan Deterswork on exprs, driver, util