summaryrefslogtreecommitdiff
path: root/src/theory
AgeCommit message (Expand)Author
2011-04-04Add documentation to Node and TNode (closes bug #201).Morgan Deters
2011-04-02Delayed the addition of unate propagation lemmas until propagation is called....Tim King
2011-04-01This commit is a merge from the "betterstats" branch, which:Morgan Deters
2011-03-31Fixes to Valuation.Tim King
2011-03-30Added the command line flag --rewrite-arithmetic-equalities. This sets a sta...Tim King
2011-03-30Add Valuation::getSatValue() so that theories can access the currentMorgan Deters
2011-03-30Merged the branch sparse-tableau into trunk.Tim King
2011-03-26fix for bug 253, was propagating an asserted literalDejan Jovanović
2011-03-25This is a merge from the "theoryfixes+cdattrhash" branch. The changesMorgan Deters
2011-03-22Merges the small changes on the queue-period branch into trunk. This branch ...Tim King
2011-03-22updating debug output usage to eliviate impact of bug 252Dejan Jovanović
2011-03-21more bugfixes, some basic propagation, and testcases to cover themDejan Jovanović
2011-03-21fixing a bug in the BV rewrite, off by one error when merging constantsDejan Jovanović
2011-03-20again a typoDejan Jovanović
2011-03-20more bugfixes for bitvectorsDejan Jovanović
2011-03-20fixing the failure from last nigth, due to using a reference to an element in...Dejan Jovanović
2011-03-20missed one caseDejan Jovanović
2011-03-20commit for the version of bitvectors that passes all the unit testsDejan Jovanović
2011-03-19Merges the pqueue-set branch into trunk. During VarOrder mode and Collection...Tim King
2011-03-18- The learned clauses from the miplib trick were being added twice. This was ...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-17Adds debugging output to EngineOutputChannel::lemma.Tim 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-10ITE removal in TheoryEngine was not properly handling PARAMETERIZED kinds. F...Morgan Deters
2011-03-08Clean up Theory base class as per code review bug #60; also fixes to CodeTime...Morgan Deters
2011-03-08- Merges queue-interrogation branch into the trunk. This branch adds extra ph...Tim King
2011-03-07Merges branches/arithmetic/tableau-reset into the trunk. The tableau is now ...Tim King
2011-03-05- Adds PermissiveBackArithVarSet. This is very similar to ArithVarSet. The d...Tim King
2011-03-05Enables the PreferenceFunction minBoundAndRowCount.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-03-03Merged the tableau-copy branch into trunk. This adds a copy constructor and o...Tim King
2011-02-28Review of mktheorytraits, mkrewriter, and recent changes to other mk* scripts...Morgan Deters
2011-02-27- Adds a path for Theory to be passed a reference to Options.Tim King
2011-02-27- Makes VarCoeffPair a class instead of a typedef of pair<ArithVar, Rational>...Tim King
2011-02-27- Adds a buffer to the ReducedRowVector addRowTimesConstant operation to redu...Tim King
2011-02-26- Merged RowVector and ReducedRowVector.Tim King
2011-02-26Commit to fix bug 241 (improper "using namespace std" in a header). This cau...Morgan Deters
2011-02-26Merge from theory-break-dependences branch to break Theory and TheoryEngine d...Morgan Deters
2011-02-26adding the variables count to the statistics in the expr managerDejan Jovanović
2011-02-25- This commit adds some debugging information to ArithPriorityQueue.Tim King
2011-02-25slicing manager is not breaking the old regressions, time to syncDejan Jovanović
2011-02-24- Adds an additional round of checks for a conflict after the difference heur...Tim King
2011-02-24- Adds an additional mode to ArithPriorityQueue, Collection. Collection is a ...Tim King
2011-02-24- Changes ArithPriorityQueue to use stl::vector<>'s plus stl's heap algorithm...Tim King
2011-02-22- Adds column based iterators.Tim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback