summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.cpp
AgeCommit message (Expand)Author
2011-09-02Partial merge of integers work; this is simple B&B and some pseudobooleanMorgan Deters
2011-08-24Simplification of the preregister and register throught a NodeVisitor class. ...Dejan Jovanović
2011-07-06Fixing two bugs:Dejan Jovanović
2011-07-05updated preprocessing and rewriting input equalities into inequalities for LRADejan Jovanović
2011-06-30only use theory registration if (1) a theory requests it, or (2) if there's m...Morgan Deters
2011-05-31This commit contains the code for allowing arbitrary equalities in the theory...Tim King
2011-05-05Merge from nonclausal-simplification-v2 branch:Morgan Deters
2011-04-18Removing dead code that came in on commit r1740.Tim King
2011-04-18This commit merges the branch arithmetic/propagation-again into trunk.Tim King
2011-04-04Reverts previous commit r1636.Tim King
2011-04-02Delayed the addition of unate propagation lemmas until propagation is called....Tim King
2011-03-30Merged the branch sparse-tableau into trunk.Tim King
2011-03-25This is a merge from the "theoryfixes+cdattrhash" branch. The changesMorgan Deters
2011-03-17SimplexDecisionProcedure no longer takes an OutputChannel as a parameter.Tim King
2011-03-17- Removes arith_constants.hTim King
2011-03-16- Turns on the excluded middle assertions during the miplibTrick. If it is kn...Tim King
2011-03-16- Turns on the miplibTrick. This detects during the static learning phase a ...Tim King
2011-03-15Merge from cudd branch. This mostly just adds support for linkingMorgan Deters
2011-03-07Merges branches/arithmetic/tableau-reset into the trunk. The tableau is now ...Tim King
2011-03-03- Creates a queue for lemmas discovered during the simplex procedure. Lemmas ...Tim King
2011-03-03Merged the tableau-copy branch into trunk. This adds a copy constructor and o...Tim King
2011-02-26Merge from theory-break-dependences branch to break Theory and TheoryEngine d...Morgan Deters
2011-02-21- Adds the statistic d_avgNumRowsNotContainingOnPivot.Tim King
2011-02-19Changes:Tim King
2011-02-18Changes: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-16Overview of the changes: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-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-03Adds statistics for the number of Uservariables and Slack variables used by a...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-12IDENTITY has been removed.Tim King
2010-10-09Model generation for arith, boolean, and uf theories viaMorgan Deters
2010-10-07Small tableau optimization.Tim King
2010-10-04Fix to bug 211. ArithVar is now typedefed to uint32_t.Tim King
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-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-09the tableaux optimizationDejan Jovanović
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback