Delayed the addition of unate propagation lemmas until propagation is called. The...
[cvc5.git] / src / theory / arith / theory_arith.cpp
2011-04-02 Tim KingDelayed the addition of unate propagation lemmas until...
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-16 Tim King- Turns on the excluded middle assertions during the...
2011-03-16 Tim King- Turns on the miplibTrick. This detects during the...
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 King- Creates a queue for lemmas discovered during the...
2011-03-03 Tim KingMerged the tableau-copy branch into trunk. This adds...
2011-02-26 Morgan DetersMerge from theory-break-dependences branch to break...
2011-02-21 Tim King- Adds the statistic d_avgNumRowsNotContainingOnPivot.
2011-02-19 Tim KingChanges:
2011-02-18 Tim KingChanges:
2011-02-17 Tim KingThis commit is the promised clean up after removing...
2011-02-17 Tim KingRemoved ActivityMonitor from arithmetic. This was only...
2011-02-17 Tim KingRow ejection is now completely disabled. Another commit...
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-15 Tim KingThis commit merges the arith-prop-opt branch into the...
2010-11-12 Dejan JovanovićSome bug fixes in the SAT for lemmas, and an experiment...
2010-11-09 Dejan JovanovićLemmas on demand work, push-pop, some cleanup.
2010-11-03 Tim KingAdds statistics for the number of Uservariables and...
2010-10-29 Tim KingFactors out the QF_LRA decision procedure from TheoryAr...
2010-10-28 Tim KingThe Row implementation has no been replaced by RowVecto...
2010-10-23 Tim KingRemoved slack.h, and arith_activity.h. Replaced IsBasic...
2010-10-22 Tim KingCode cleanup for TheoryArith.
2010-10-22 Tim KingFixes to getValue for TheoryArith.
2010-10-14 Tim KingFixed computation of infinitesimals for arithmetic...
2010-10-12 Tim KingIDENTITY has been removed.
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-07 Tim KingSmall tableau optimization.
2010-10-04 Tim KingFix to bug 211. ArithVar is now typedefed to uint32_t.
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-08-19 Morgan DetersUF theory bug fixes, code cleanup, and extra debugging...
2010-07-09 Dejan Jovanovićthe tableaux optimization
2010-07-07 Clark BarrettAdded shared term manager. Basic mechanism for identif...
2010-07-04 Morgan DetersConsiderably simplified the way output streams are...
2010-07-04 Morgan DetersWith "-d extra-checking", rewrites are now checked...
2010-07-02 Morgan Detersre-generated comment headers of source files
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-22 Tim KingMade ~Stat() virtual. Added some additional statistics...
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-16 Tim KingThis commit just contains miscellaneous arithmetic...
2010-06-14 Tim KingFix to arith to make sure it only attempts to report...
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-06-01 Tim KingThis commit adds a debugTagIsOn() guard around some...
2010-05-29 Tim KingCouple of fixes to theory arith. pivotAndUpdate now...
2010-05-28 Tim KingThis update enables TheoryArith to accept assertions...
2010-05-27 Tim KingPreregistration has been turned on. Highly experimental...
2010-05-26 Tim King . '+Outstanding case split in theory arith'
2010-05-25 Dejan JovanovićSome initial changes to allow for lemmas on demand.
2010-05-21 Tim KingSmall fixes to TheoryArith. Added a hack to make Integ...
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...