Adding a heuristic to more eagerly split bounded integer variables.
[cvc5.git] / src / theory / arith / theory_arith.h
2013-01-31 Tim KingAdding a heuristic to more eagerly split bounded intege...
2013-01-28 Morgan DetersMerge branch '1.0.x'
2013-01-27 Morgan DetersMerge branch '1.0.x'
2013-01-23 Morgan DetersMerge branch '1.0.x'
2013-01-22 Morgan DetersMerge branch '1.0.x'
2013-01-22 Morgan DetersMerge branch '1.0.x'
2013-01-19 Morgan DetersMerge branch '1.0.x'
2012-12-22 Dejan JovanovićMerge branch '1.0.x'
2012-12-18 Morgan DetersMerge branch '1.0.x'
2012-12-15 Tim KingMerging in patch from branch '1.0.x'.
2012-12-12 Dejan JovanovićMerge pull request #2 from CVC4/1.0.x
2012-12-11 Morgan DetersMerge branch '1.0.x', getting fix for bug 480
2012-12-11 Morgan DetersMerge branch '1.0.x' (getting fix for bug 479)
2012-12-11 Morgan DetersMerge branch '1.0.x'
2012-12-08 Morgan DetersMerge from 1.0.x (bugfix for 476).
2012-12-07 François BobotMerge release branch '1.0.x'
2012-12-06 François BobotMerge branch 'release-1.0.x'
2012-12-05 Tim KingImproved garbage collection for TheoryArith. The merge...
2012-12-05 Tim KingThis commit merges in CDTrailHashMap and CDInsertHashMa...
2012-12-01 Andrew Reynoldsdrastic simplification of quantifiers code regarding...
2012-11-26 Dejan JovanovićAdding support for a master equality engine. Each theor...
2012-11-21 Tim King- Removes getDeltaValueWithNonlinear() entirely
2012-11-19 Tim KingFix for bug452.
2012-11-13 Andrew Reynoldsrefactoring of quantifiers rewriter based on code revie...
2012-11-12 Tim KingDelta is now generated in arithmetic to keep consistent...
2012-11-10 Tim KingFix for bug 439. Delta computation now includes disequa...
2012-11-08 Tim KingImproved support for division by zero. This adds the...
2012-10-24 Tim KingUpdated the ArithStaticLearner to be user context depen...
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-09-29 Tim KingCalling the setIncompleteness() flag on all full checks...
2012-09-29 Tim KingThis commit add interpretation by lemma for INTS_DIVISI...
2012-09-22 Morgan DetersSeparate public-facing and internal-facing interfaces...
2012-08-31 Andrew Reynoldsmerge from fmf-devel branch. more updates to models...
2012-07-12 Andrew Reynoldsmerged fmf-devel branch, includes support for SMT2...
2012-07-07 Morgan DetersVarious fixes to documentation---typos, some incomplete...
2012-06-27 Tim KingThis adds TheoryArith::safeToReset(). This fixes bug...
2012-06-14 Tim KingFixing a bug related to explaining propagations with...
2012-06-14 Tim KingFixed arithmetic consistency issue. The simplex confli...
2012-06-14 Tim KingBrings the tuning branch into trunk. This includes...
2012-06-13 Tim King- Added a loop to internally assert constraints that...
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
2012-05-22 Tim KingThis commit merges in the branch arithmetic/cprop.
2012-05-18 Tim KingThis commit removes the dead psuedoboolean code.
2012-05-17 Tim KingThis fixes a fascinating segfault. This is the sequenc...
2012-05-04 Tim King- This fixes a problem where simplex produced the same...
2012-05-03 Dejan JovanovićSome cleanup starting off from trying to understand...
2012-04-27 Tim KingThis merges in the branch cvc4/branches/arithmetic...
2012-04-24 Tim KingThis commit merges in the branch branches/arithmetic...
2012-04-17 Tim KingMerges branches/arithmetic/atom-database r2979 through...
2012-03-23 Tim KingRemoved the variableRemovalEnabled option and d_removed...
2012-03-22 Dejan Jovanović* improving arithmetic getEqualityStatus
2012-03-02 Tim KingThis commit merges in the changes from branches/arithme...
2012-03-02 Dejan JovanovićCDMap -> CDHashMap
2012-02-28 Tim KingThis commit merges in branches/arithmetic/internalbb...
2012-02-25 Dejan JovanovićppAsert -> ppAssert
2012-02-24 Dejan JovanovićTheory interface changes:
2012-02-16 Tim KingLast commit accidentally lacked r2778 and r2779 from...
2012-02-15 Tim KingThis commit merges into trunk the branch branches/arith...
2011-11-29 Tim KingMerging the branch branches/arithmetic/shared-terms...
2011-10-19 Tim KingMerging the branch branches/arithmetic/push-pop-support...
2011-10-17 Dejan JovanovićSharing work
2011-09-29 Morgan DetersSome base infrastructure for user push/pop; a few bugfi...
2011-09-15 Dejan Jovanovićadditional stuff for sharing,
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-09-02 Morgan DetersPartial merge of integers work; this is simple B&B...
2011-09-02 Dejan Jovanović* Changing pre-registration to be context dependent...
2011-08-24 Dejan JovanovićSimplification of the preregister and register throught...
2011-07-05 Dejan Jovanovićupdated preprocessing and rewriting input equalities...
2011-06-30 Morgan Detersonly use theory registration if (1) a theory requests...
2011-05-31 Tim KingThis commit contains the code for allowing arbitrary...
2011-05-05 Morgan DetersMerge from nonclausal-simplification-v2 branch:
2011-04-18 Tim KingThis commit merges the branch arithmetic/propagation...
2011-04-04 Tim KingReverts previous commit r1636.
2011-04-02 Tim KingDelayed the addition of unate propagation lemmas until...
2011-04-01 Morgan DetersThis commit is a merge from the "betterstats" branch...
2011-03-30 Tim KingMerged the branch sparse-tableau into trunk.
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2011-03-17 Tim KingSimplexDecisionProcedure no longer takes an OutputChann...
2011-03-17 Tim King- Removes arith_constants.h
2011-03-15 Morgan DetersMerge from cudd branch. This mostly just adds support...
2011-03-07 Tim KingMerges branches/arithmetic/tableau-reset into the trunk...
2011-03-03 Tim KingMerged the tableau-copy branch into trunk. This adds...
2011-02-27 Tim King- Adds a path for Theory to be passed a reference to...
2011-02-26 Morgan DetersMerge from theory-break-dependences branch to break...
2011-02-19 Tim KingChanges:
2011-02-18 Tim KingChanges:
2011-02-17 Tim KingRemoved ActivityMonitor from arithmetic. This was only...
2011-02-16 Tim KingOverview of the changes:
2011-02-13 Tim King3 heuristics were added to arithmetic. A heuristic...
2011-01-05 Dejan JovanovićCommit for the theory engine and rewriter changes....
2010-11-16 Tim KingAdded Theory::presolve().
2010-11-15 Tim KingThis commit merges the arith-prop-opt branch into the...
2010-11-09 Dejan JovanovićLemmas on demand work, push-pop, some cleanup.
2010-10-29 Tim KingFactors out the QF_LRA decision procedure from TheoryAr...
2010-10-23 Tim KingRemoved slack.h, and arith_activity.h. Replaced IsBasic...
2010-10-22 Tim KingCode cleanup for TheoryArith.
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-02 Tim Kingbranches/arith-indexed-variables merged into the main...
2010-09-21 Morgan Deterspart of review (bug #197): coding conventions, file...
2010-09-13 Tim King* New normal form for arithmetic is in place.
next