summaryrefslogtreecommitdiff
path: root/src/theory/arith/simplex.h
AgeCommit message (Expand)Author
2013-04-01update copyrightsMorgan Deters
2012-10-11Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it'sMorgan Deters
2012-09-22Separate public-facing and internal-facing interfaces to Statistics.Morgan Deters
2012-07-31Options merge. This commit:Morgan Deters
2012-07-07Various fixes to documentation---typos, some incomplete documentation fixed, ...Morgan Deters
2012-06-27Adding access to simplex's ArithPriorityQueue to TheoryArith for ArithPriorit...Tim King
2012-06-14Fixed arithmetic consistency issue. The simplex conflict variable had to be ...Tim King
2012-06-14Brings the tuning branch into trunk. This includes the changes from restricte...Tim King
2012-05-04- This fixes a problem where simplex produced the same conflict in the single...Tim King
2012-04-27This merges in the branch cvc4/branches/arithmetic/matrix into trunk.Tim King
2012-04-17A dummy decision engine. Expected performance impact: none.Kshitij Bansal
2012-04-17Merges branches/arithmetic/atom-database r2979 through 3247 into trunk. Belo...Tim King
2012-03-02This commit merges in the changes from branches/arithmetic/refactor0Tim King
2012-02-28This commit merges in branches/arithmetic/internalbb up to revision 2831. Th...Tim King
2011-09-02Merge from my post-smtcomp branch. Includes:Morgan Deters
2011-06-30Merging the playground branch upto r1957 into trunk.Tim King
2011-04-18This commit merges the branch arithmetic/propagation-again into trunk.Tim King
2011-04-01This commit is a merge from the "betterstats" branch, which:Morgan Deters
2011-03-30Merged the branch sparse-tableau into trunk.Tim King
2011-03-22Merges the small changes on the queue-period branch into trunk. This branch ...Tim King
2011-03-17Switched SimplexDecisionProcedure::d_delayedLemmas from a vector to a queue.Tim King
2011-03-17SimplexDecisionProcedure no longer takes an OutputChannel as a parameter.Tim King
2011-03-17- Removes arith_constants.hTim King
2011-03-08- Merges queue-interrogation branch into the trunk. This branch adds extra ph...Tim King
2011-03-05- Adds "PreferenceFunction" to SimplexDecisionProcedure. A PreferenceFunctio...Tim King
2011-03-03- Creates a queue for lemmas discovered during the simplex procedure. Lemmas ...Tim King
2011-02-27- Adds a path for Theory to be passed a reference to Options.Tim King
2011-02-24- Adds an additional round of checks for a conflict after the difference heur...Tim King
2011-02-21- Adds the ArithPriorityQueue class. The ArithPriorityQueue class provides an...Tim King
2011-02-21- Adds the statistic d_avgNumRowsNotContainingOnPivot.Tim King
2011-02-19Changes: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-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
2010-11-04This commit adds the ejected and un-ejected statistics.Tim King
2010-10-30Adds a hueristic from Alberto's thesis. For a fixed window the row count is u...Tim King
2010-10-29Factors out the QF_LRA decision procedure from TheoryArith and puts this into...Tim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback