summaryrefslogtreecommitdiff
path: root/src/theory/arith
AgeCommit message (Expand)Author
2012-09-29This commit add interpretation by lemma for INTS_DIVISION, INTS_MODULUS, and ...Tim King
2012-09-22Separate public-facing and internal-facing interfaces to Statistics.Morgan Deters
2012-09-19General subscriber infrastructure for NodeManager, as discussed in theMorgan Deters
2012-09-10Fixed an error in the rewriter Pascal pointed out. This was in effectively de...Tim King
2012-08-31merge from fmf-devel branch. more updates to models: now with collectModelIn...Andrew Reynolds
2012-08-24* disallow internal uses of mkVar() (you have to mkSkolem())Morgan Deters
2012-08-16Replace propagateAsDecision() with Theory::getNextDecisionRequest():Morgan Deters
2012-08-14Implements TheoryArith::collectModelInfo(). The current implementation is qu...Tim King
2012-08-14Adds substituteDelta() to DeltaRational which given a value for delta returns...Tim King
2012-08-07Some items from the CVC4 public interface review:Morgan Deters
2012-08-03fix uses of getMetaKind() from outside the expr package. (they now use isCon...Morgan Deters
2012-08-01add isFinished() to type enumerators (so we don't rely on exception-throwing ...Morgan Deters
2012-08-01some fixes for Mac OSMorgan Deters
2012-07-31Options merge. This commit:Morgan Deters
2012-07-27Merge quantifiers2-trunk:François Bobot
2012-07-14Type enumerator infrastructure and uninterpreted constant support. No suppor...Morgan Deters
2012-07-12merged fmf-devel branch, includes support for SMT2 command get-value and (ext...Andrew Reynolds
2012-07-08Bugs resolved by this commit: #314, #322, #359, #364, #365.Morgan Deters
2012-07-07Various fixes to documentation---typos, some incomplete documentation fixed, ...Morgan Deters
2012-06-27Fixing a bug in proof production for the DioSolver.Tim King
2012-06-27This adds TheoryArith::safeToReset(). This fixes bug 363.Tim King
2012-06-27Adding access to simplex's ArithPriorityQueue to TheoryArith for ArithPriorit...Tim King
2012-06-27Improved debugging output.Tim King
2012-06-27Improved debugging output.Tim King
2012-06-27Adding reduce() to the ArithPriorityQueue. This reduces the queue from a supe...Tim King
2012-06-25Added a warning to arithmetic for a known dio solver bug. Somehow the fix nev...Tim King
2012-06-16Fixing if condition for trivial equalities in arithmetic. Also some whitespac...Tim King
2012-06-14Fixing a case for explanation of non-normal form equalities.Tim King
2012-06-14Fixing a bug related to explaining propagations with non-normalized witnesses.Tim King
2012-06-14Fixed arithmetic consistency issue. The simplex conflict variable had to be ...Tim King
2012-06-14The "no-tears-in-competition-mode" commit. Change all (non-driver, non-SAT-s...Morgan Deters
2012-06-14fix cout, fix statname, rm deadcodeKshitij Bansal
2012-06-14Brings the tuning branch into trunk. This includes the changes from restricte...Tim King
2012-06-14* removing rewriteEquality from the rewriterDejan Jovanović
2012-06-13Added witnesses to Constraints.Tim King
2012-06-13- Added a loop to internally assert constraints that are marked as true.Tim King
2012-06-12Fix to yesterday's change in arithmetic.Tim King
2012-06-11Fix to term normalization of integer equalities. Adds a regression test that ...Tim King
2012-06-11Merge from quantifiers2-trunkmerge branch.Morgan Deters
2012-06-10fixes for bug347Dejan Jovanović
2012-05-22This commit merges in the branch arithmetic/cprop.Tim King
2012-05-21Updating equality manager to handle tagged trigger terms. Notifications are p...Dejan Jovanović
2012-05-19- The array type rules were fixed to use isSubtypeOf.Tim King
2012-05-18This commit adds TypeNode::leastCommonTypeNode(). The special case for arith...Tim King
2012-05-18This commit removes the dead psuedoboolean code.Tim King
2012-05-17This fixes a fascinating segfault. This is the sequence of events:Tim King
2012-05-15This commit removes the CONST_INTEGER kind from nodes. This code comes from t...Tim King
2012-05-14fixes for shared term registration. previously the type was not considered wh...Dejan Jovanović
2012-05-11Partially fixes something-like-a-problem with TheoryArith::getDeltaValue().Tim King
2012-05-09* simplifying equality engine interfaceDejan Jovanović
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback