This commit merges the branch arithmetic/propagation-again into trunk.
[cvc5.git] / src / theory / theory_engine.h
2011-04-18 Tim KingThis commit merges the branch arithmetic/propagation...
2011-04-18 Morgan DetersPartial merge from datatypes-merge branch:
2011-04-05 Morgan DetersMinor adjustments to the Registrar commit in 1644,...
2011-04-04 Tim KingMerging the satliteral-before-prereg branch into trunk...
2011-04-01 Morgan DetersThis commit is a merge from the "betterstats" branch...
2011-03-30 Morgan DetersAdd Valuation::getSatValue() so that theories can acces...
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2011-03-17 Tim KingAdds debugging output to EngineOutputChannel::lemma.
2011-03-08 Morgan DetersClean up Theory base class as per code review bug ...
2011-02-27 Tim King- Adds a path for Theory to be passed a reference to...
2011-02-26 Morgan DetersMerge from theory-break-dependences branch to break...
2011-01-05 Dejan JovanovićCommit for the theory engine and rewriter changes....
2010-11-19 Morgan DetersMerge from ufprop branch, including:
2010-11-16 Tim KingAdded Theory::presolve().
2010-11-15 Tim KingChanges to Solver and PropEngine to support lemmasOnDem...
2010-11-15 Tim KingThis commit merges the arith-prop-opt branch into the...
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-10-22 Christopher L. ConwayMerging main/getopt.cpp, main/usage.h, and smt/options...
2010-10-21 Christopher L. Conway* Option --no-type-checking now disables type checks...
2010-10-12 Morgan Detershooked up "we are incomplete" flag after conversation...
2010-10-12 Morgan DetersMerge from cc-memout branch. Here are the main points
2010-10-10 Morgan Detersadditional model gen and SMT-LIBv2 compliance work...
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-09-24 Dejan Jovanovićbasic union find for bitvectors
2010-08-17 Morgan DetersMerge from "cc" branch:
2010-08-17 Morgan DetersChange TheoryEngine to use pointers to theories instead of
2010-07-22 Morgan Detersincorporate a fix from smtcomp2010 version for handling...
2010-07-07 Clark BarrettAdded shared term manager. Basic mechanism for identif...
2010-07-06 Clark BarrettMoved registration to theory engine
2010-07-06 Morgan DetersFixes for doubled-statistics (bug 171), a fix to muzzle...
2010-07-04 Morgan Detersenable arrays
2010-07-04 Morgan DetersWith "-d extra-checking", rewrites are now checked...
2010-07-02 Morgan Detersre-generated comment headers of source files
2010-07-02 Morgan Deters* Added white-box TheoryEngine test that tests the...
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works
2010-06-29 Tim KingMerging the unate-propagator branch into the trunk...
2010-06-24 Tim KingAdded post_mortem.py a statistics collector for user...
2010-06-18 Tim KingMerging the statistics branch into the main trunk....
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-28 Tim KingA few changes to the organization of TheoryEngine rewri...
2010-05-28 Tim KingMoving the ITE removal from CnfStream to TheoryEngine...
2010-05-27 Tim KingPreregistration has been turned on. Highly experimental...
2010-05-25 Dejan JovanovićSome initial changes to allow for lemmas on demand.
2010-05-20 Tim KingAdded the division symbol to the parser, and minimal...
2010-05-19 Tim KingSignificant revision to theory/arith. The new draft...
2010-04-14 Dejan JovanovićMarging from types 404:415, changes: Massive
2010-04-13 Christopher L. ConwayDoxygen fixes
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-30 Morgan DetersHighlights of this commit are:
2010-03-15 Morgan DetersThis checkin resolves bug #57.
2010-03-12 Dejan JovanovićFixing unnecessary construction of NOT nodes when...
2010-03-12 Morgan Deters* Added shutdown() functions to SmtEngine, TheoryEngine...
2010-03-11 Morgan Detersnaive rewriting to fix minisat invariant; rewrite ...
2010-03-11 Dejan JovanovićFix for the main bug that was bugging me -- Bug 49...
2010-03-08 Dejan Jovanovićadding simple-uf to the regressions, and the code that...
2010-03-08 Dejan Jovanovićsome more sat stuff for tim: assertions now go to theory_uf
2010-02-26 Morgan Deters* test/unit/context/context_black.h: Test CDList<>...
2010-02-25 Morgan Deters* src/expr/node.h: add a copy constructor. Apparently...
2010-02-04 Morgan Detersminor interface changes to TheoryEngine/Theory after...
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Morgan DetersAdded theory output channel interfaces and "Interrupted...
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-08 Morgan Deterswork on propositional layer, expression builder support...
2009-11-19 Morgan Deterstesting framework, configure fixes, incorporations...
2009-11-17 Morgan Detersfrom meeting