summaryrefslogtreecommitdiff
path: root/src/theory/arith
AgeCommit message (Expand)Author
2011-02-19Changes:Tim King
2011-02-18Changes:Tim King
2011-02-17This commit merges the branch branches/arithmetic/quick-row-has into trunk. q...Tim King
2011-02-17This commit is the promised clean up after removing row ejection.Tim King
2011-02-17Removed ActivityMonitor from arithmetic. This was only used for row ejection,...Tim King
2011-02-17Row ejection is now completely disabled. Another commit cleaning this one up ...Tim King
2011-02-17Removed vestigial normal form notes file from src/theory/arith/Makefile.am. S...Tim King
2011-02-17I replaced the pattern "x = x + y;" with "x += y;" in a few places in DeltaRa...Tim King
2011-02-17Updates based on the group code review of arithmetic on 2011-02-15. The only...Tim King
2011-02-17Deleting depricated files.Tim King
2011-02-16Overview of the changes:Tim King
2011-02-14Reverses the order of the d_possiblyInconsistent queue. (It is that old termi...Tim King
2011-02-133 heuristics were added to arithmetic. A heuristic for detecting an encoding ...Tim King
2011-01-05Commit for the theory engine and rewriter changes. Changes are substantial an...Dejan Jovanović
2010-12-16minor fixes for correct doxygen outputMorgan Deters
2010-11-16Added Theory::presolve().Tim King
2010-11-15cleanup from today's commits: delegate as-yet-unimplemented prettyprinters in...Morgan Deters
2010-11-15This commit merges the arith-prop-opt branch into the main trunk. This was do...Tim King
2010-11-12Some bug fixes in the SAT for lemmas, and an experiment with a more complete ...Dejan Jovanović
2010-11-09Lemmas on demand work, push-pop, some cleanup.Dejan Jovanović
2010-11-04This commit adds the ejected and un-ejected statistics.Tim King
2010-11-03Adds size() to RowVector.Tim King
2010-11-03Adds statistics for the number of Uservariables and Slack variables used by a...Tim King
2010-10-31enable dependence graphs in doxygen; fix lots of doxygen warnings, fix some d...Morgan Deters
2010-10-30Adds a hueristic from Alberto's thesis. For a fixed window the row count is u...Tim King
2010-10-29Fix for a problem caused by using a != instead of == in generateConflictBelow...Tim King
2010-10-29Fixes RowVector::has().Tim King
2010-10-29Factors out the QF_LRA decision procedure from TheoryArith and puts this into...Tim King
2010-10-28The Row implementation has no been replaced by RowVector and ReducedRowVector...Tim King
2010-10-23Removed slack.h, and arith_activity.h. Replaced IsBasicManager with the more ...Tim King
2010-10-22Code cleanup for TheoryArith.Tim King
2010-10-22Fixes to getValue for TheoryArith.Tim King
2010-10-14Fixed computation of infinitesimals for arithmetic model generation.Tim King
2010-10-13Removed vector<Monomial> monos from Polynomial. Now using expr::NodeSelfIter...Tim King
2010-10-12IDENTITY has been removed.Tim King
2010-10-12Merge from cc-memout branch. Here are the main pointsMorgan Deters
2010-10-09Model generation for arith, boolean, and uf theories viaMorgan Deters
2010-10-07Small tableau optimization.Tim King
2010-10-05parser and core support for SMT-LIBv2 commands get-info, set-option, get-opti...Morgan Deters
2010-10-04Fix to bug 211. ArithVar is now typedefed to uint32_t.Tim King
2010-10-03file header documentation regenerated with contributors names; no code modifi...Morgan Deters
2010-10-02branches/arith-indexed-variables merged into the main trunk.Tim King
2010-09-21part of review (bug #197): coding conventions, file-level documentation, re-r...Morgan Deters
2010-09-16Bug fix to CVC4::theory::arith::VarList as well as some superficial changes. ...Tim King
2010-09-13* New normal form for arithmetic is in place.Tim King
2010-08-19UF theory bug fixes, code cleanup, and extra debugging output.Morgan Deters
2010-07-27Adding optional 'check' parameter to getType() methodsChristopher L. Conway
2010-07-09the tableaux optimizationDejan Jovanović
2010-07-07Fixes arith rewriter to allow for division by a constant. It previously only ...Tim King
2010-07-07Added shared term manager. Basic mechanism for identifying shared terms isClark Barrett
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback