Adding model assertions after SAT responses.
[cvc5.git] / src / smt / smt_engine.cpp
2012-09-12 Morgan DetersAdding model assertions after SAT responses.
2012-09-11 Tim KingPartially reverting the changes made in 4308. There...
2012-09-10 Andrew Reynoldsmodified getValue to return Expr instead of Node
2012-09-06 Morgan DetersRemove SmtEngine::getStackLevel(), which exposed implem...
2012-08-31 Andrew Reynoldsmerge from fmf-devel branch. more updates to models...
2012-08-28 Morgan DetersImproved compatibility layer, now supports quantifiers...
2012-08-27 Morgan Detersfix a destruction-order issue that was (1) causing...
2012-08-16 Morgan DetersThe SmtEngine now ensures that setLogicInternal() is...
2012-08-08 Morgan DetersPublic interface review items:
2012-08-07 Morgan DetersFix SmtEngine::setInfo() handling for certain keys...
2012-08-06 Morgan DetersSupport setting :regular-output-channel and :diagnostic...
2012-08-03 Morgan Detersfix uses of getMetaKind() from outside the expr package...
2012-07-31 Morgan Detersfixes for portfolio
2012-07-31 Morgan DetersOptions merge. This commit:
2012-07-17 Morgan DetersSMT-LIBv2 compliance updates:
2012-07-17 Morgan Detersfix for --produce-models with CVC4 presentation language
2012-07-16 Morgan DetersSupport for having two SmtEngines with the same ExprMan...
2012-07-12 Andrew Reynoldsmerged fmf-devel branch, includes support for SMT2...
2012-07-08 Morgan Detersminor SMT-LIBv2 compliance issues
2012-07-08 Morgan DetersBugs resolved by this commit: #314, #322, #359, #364...
2012-06-18 Kshitij Bansalbugfix, enable only QF_LRA, not other arith
2012-06-18 Kshitij BansalQF_LRA, Quantifiers: enable use decision for (only...
2012-06-17 Kshitij BansalQF_AUFLIA: enable use decision for (only for) stopping...
2012-06-17 Dejan Jovanovićenabling theoryof=term for quantifiers with sharing
2012-06-17 Clark BarrettRemoved assertion that can fail
2012-06-16 Kshitij BansalThis is an attempt to fix the bug in the justification...
2012-06-16 Dejan Jovanovićchanging theoryOf in shared mode with arrays to move...
2012-06-16 Tim KingFixing if condition for trivial equalities in arithmeti...
2012-06-15 Clark BarrettFixes some assertion failures
2012-06-15 Clark BarrettFix for incompleteness bug with decision engine: repeat...
2012-06-15 Kshitij Bansalone bug fixed
2012-06-14 Kshitij BansalWIP
2012-06-14 Kshitij Bansaladd failing regression, move error up
2012-06-14 Clark BarrettNew substitutions implementation - fixes performance...
2012-06-14 Clark BarrettRemoved an assertion, unneeded header file
2012-06-14 Morgan Deterssome changes to make CVC4 work nicely with trace execut...
2012-06-14 Morgan Detersmaking --simplification=none the default for quantified...
2012-06-14 Kshitij Bansalbug ifx, mv
2012-06-14 Kshitij Bansalrestore destruction of stuff in driver
2012-06-14 Kshitij BansalThis commit:
2012-06-14 Tim KingBrings the tuning branch into trunk. This includes...
2012-06-12 Clark BarrettMoved some things around in the preprocessor. Now...
2012-06-12 Kshitij Bansalcleanup of exit mechanism when decisionEngine is on...
2012-06-12 Clark BarrettFixed compile error
2012-06-12 Clark BarrettEnabling constant propagation
2012-06-12 Clark BarrettAdding constant propagation code - needs more testing...
2012-06-09 Clark BarrettTurning on unconstrained simp for QF_AUFBV
2012-06-08 Kshitij BansalMerge from decision branch (till r3663)
2012-06-07 Morgan DetersLogicInfo locking implemented, and some initialization...
2012-06-06 Clark BarrettDon't ever call nonclausalSimplify if simplificationMod...
2012-06-06 Morgan Detersremoving std::cout from trunk
2012-06-04 Clark BarrettAdded preprocessing pass that propagates unconstrained...
2012-06-01 Morgan Detersadd a global user-context push/pop in smt engine, just...
2012-05-31 Clark BarrettFixed bug in bv: one more case where non-shared equalit...
2012-05-30 Clark BarrettAdded BitwiseEq bitvector rewrite
2012-05-15 Tim KingThis commit removes the CONST_INTEGER kind from nodes...
2012-05-14 Dejan Jovanovićfixes for shared term registration. previously the...
2012-05-13 Dejan Jovanovićfixing build warnings
2012-05-11 Clark BarrettDisabled arith-rewrite-equalities by default unless...
2012-05-11 Clark BarrettAdded some ITE rewrites,
2012-05-09 Dejan Jovanović* simplifying equality engine interface
2012-05-09 Kshitij BansalMerge from decision branch (ITE support)
2012-04-30 Clark BarrettAdded map from skolem variables to new ite formulas...
2012-04-28 Morgan DetersNew LogicInfo functionality.
2012-04-23 Kshitij BansalMerge from decision branch -- partially working justifi...
2012-04-17 Kshitij BansalA dummy decision engine. Expected performance impact...
2012-04-17 Tim KingMerges branches/arithmetic/atom-database r2979 through...
2012-04-11 Morgan Detersmerge from arrays-clark branch
2012-04-06 Morgan Deters* Fix ITEs and functions in CVC language printer.
2012-04-02 Kshitij Bansalfix for cvc4_logic dump
2012-03-22 Liana HadareanMerged updated version of the bitvector theory:
2012-03-21 Morgan DetersDisable nonclausal simplification for QF_SAT benchmarks...
2012-03-09 Morgan DetersSome work on the dump infrastructure to support portfol...
2012-03-02 Dejan JovanovićCDMap -> CDHashMap
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2012-02-28 Morgan DetersReplace the sequence of hardcoded addTheory() calls...
2012-02-24 Dejan JovanovićTheory interface changes:
2012-02-23 Morgan DetersAdded ability to set a "cvc4-specific logic" in standar...
2012-02-20 Morgan DetersAdded Theory::postsolve() infrastructure as Clark reque...
2012-02-20 Morgan DetersBy default, ONLY enable symmetry breaker ONLY for QF_UF...
2011-10-29 Morgan DetersSupport for SMT-LIBv2 (get-proof), CVC-style DUMP_PROOF...
2011-10-28 Liana Hadareanmerged the proofgen3 branch into trunk:
2011-10-13 Morgan DetersInterruption, time-out, and deterministic time-out...
2011-10-03 Morgan Detersuser push/pop support in minisat and simplification...
2011-09-30 Morgan Detersfixes to incremental simplification, cnf routines,...
2011-09-29 Morgan DetersSome base infrastructure for user push/pop; a few bugfi...
2011-09-16 Morgan Detersdump define-funs correctly with "--dump declarations...
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-08-24 Dejan JovanovićSimplification of the preregister and register throught...
2011-07-11 Morgan Detersmerge from symmetry branch
2011-07-09 Dejan Jovanovićsurprize surprize
2011-07-05 Dejan Jovanovićupdated preprocessing and rewriting input equalities...
2011-05-23 Morgan Detersfixes for "make dist" and "make doc", minor cleanups
2011-05-23 Morgan DetersMerge from arrays2 branch.
2011-05-05 Morgan DetersMerge from nonclausal-simplification-v2 branch:
2011-05-02 Morgan Detersfix a performance issue from last commit
2011-05-02 Morgan DetersMinor fixes to various parts of CVC4, including the...
2011-04-25 Morgan DetersMonday tasks:
next