This commit merges the branch arithmetic/propagation-again into trunk.
[cvc5.git] / src / theory / arith / theory_arith.h
2011-04-18 Tim KingThis commit merges the branch arithmetic/propagation...
2011-04-04 Tim KingReverts previous commit r1636.
2011-04-02 Tim KingDelayed the addition of unate propagation lemmas until...
2011-04-01 Morgan DetersThis commit is a merge from the "betterstats" branch...
2011-03-30 Tim KingMerged the branch sparse-tableau into trunk.
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2011-03-17 Tim KingSimplexDecisionProcedure no longer takes an OutputChann...
2011-03-17 Tim King- Removes arith_constants.h
2011-03-15 Morgan DetersMerge from cudd branch. This mostly just adds support...
2011-03-07 Tim KingMerges branches/arithmetic/tableau-reset into the trunk...
2011-03-03 Tim KingMerged the tableau-copy branch into trunk. This adds...
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-02-19 Tim KingChanges:
2011-02-18 Tim KingChanges:
2011-02-17 Tim KingRemoved ActivityMonitor from arithmetic. This was only...
2011-02-16 Tim KingOverview of the changes:
2011-02-13 Tim King3 heuristics were added to arithmetic. A heuristic...
2011-01-05 Dejan JovanovićCommit for the theory engine and rewriter changes....
2010-11-16 Tim KingAdded Theory::presolve().
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-10-29 Tim KingFactors out the QF_LRA decision procedure from TheoryAr...
2010-10-23 Tim KingRemoved slack.h, and arith_activity.h. Replaced IsBasic...
2010-10-22 Tim KingCode cleanup for TheoryArith.
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-02 Tim Kingbranches/arith-indexed-variables merged into the main...
2010-09-21 Morgan Deterspart of review (bug #197): coding conventions, file...
2010-09-13 Tim King* New normal form for arithmetic is in place.
2010-07-07 Clark BarrettAdded shared term manager. Basic mechanism for identif...
2010-07-04 Morgan DetersWith "-d extra-checking", rewrites are now checked...
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works
2010-06-29 Tim KingThis commit merges the decaying-rows branch into the...
2010-06-29 Tim KingMerging the unate-propagator branch into the trunk...
2010-06-18 Tim KingMerging the statistics branch into the main trunk....
2010-06-16 Tim KingAdded the experimental. +bool TheoryArith::AssertEquali...
2010-06-16 Tim KingMore assorted changes to arithmetic in preparation...
2010-06-06 Tim KingSome assorted fixes and local optimizations for theory...
2010-06-04 Tim KingChanged how assignments are saved during check. These...
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-06-03 Tim KingFixes 2 issues with assignments. The first is construct...
2010-05-27 Tim KingPreregistration has been turned on. Highly experimental...
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-28 Tim KingMerging the arithmetic theory draft (lra-init) back...
2010-04-04 Morgan Deters* Node::isAtomic() now looks at an "atomic" attribute...
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...