summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
AgeCommit message (Expand)Author
2012-11-27Tuples and records merge. Resolves bug 270.Morgan Deters
2012-11-26rolling back r4625 for now (closes bug 464), Andy we should talk about this a...Morgan Deters
2012-11-26Adding support for a master equality engine. Each theory gets the master equa...Dejan Jovanović
2012-11-26don't include internal variables in model outputMorgan Deters
2012-11-18support for quantifiers macros, bug fix for bug 454 involving E-matching Arra...Andrew Reynolds
2012-11-17* Fix for bug 445 agreed to in meeting 11/13/2012: always dump in ALL_SUPPORT...Morgan Deters
2012-11-16Fix for bug451Clark Barrett
2012-11-15forgot to uncomment setLogicInternal for THEORY_BVLiana Hadarean
2012-11-15changed logic options so that justification is turned on for QF_ABV and QF_UF...Liana Hadarean
2012-11-14replaced all static member data from rewrite rule triggers, added infrastruct...Andrew Reynolds
2012-11-14Beautifying smt_engine.cpp.Tim King
2012-11-13SmtEngine::checkModel() should only be called if the result is sat or unknown...Tim King
2012-11-13fixed failed bv regressions by refactoring out some rewrite rules from smt_en...Liana Hadarean
2012-11-13added support for division by zero for bit-vector division operatorsLiana Hadarean
2012-11-12Fix for bug 444, dealing with the placing of set-logic in dumping modes.Morgan Deters
2012-11-12minor bug fixes for quantifiers, added sort inference module (not ready to be...Andrew Reynolds
2012-11-10Removing rewriter call in SmtEngine::addFormula().Tim King
2012-11-10Updates to Clark's commit r4540:Morgan Deters
2012-11-10Finally tracked down problems in regressions and fuzz results (this alsoClark Barrett
2012-11-09Bug-fix for a crash involving improperly-thrown exceptions; also, add LogicEx...Morgan Deters
2012-11-09In non-linear logics, rewrite DIVISION, INTS_DIVISION, and INTS_MODULUS into ...Morgan Deters
2012-11-08Turns on TheoryUF when non-linear arithmetic is turned on. Adds test cases fo...Tim King
2012-10-29Tweak to options configuration for turning off minisat elimination when model...Clark Barrett
2012-10-29Disable minisat elimination when models are onClark Barrett
2012-10-26More bug fixes and more checks for modelsClark Barrett
2012-10-17first working version of new inst-gen-style quantifier instantiation techniqu...Andrew Reynolds
2012-10-11Fix bug 421, again, and add a second, independent test case for the sameMorgan Deters
2012-10-11Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it'sMorgan Deters
2012-10-10Abstract values for SMT-LIB.Morgan Deters
2012-10-06* more complete support for --dump assertions:{pre,post}-PREPROCESSING-PASSMorgan Deters
2012-10-06* Include a few bug testcases for resolved bugs.Morgan Deters
2012-10-05Bug-related:Morgan Deters
2012-10-05BoolExpr removed and replaced with ExprDejan Jovanović
2012-10-03added support for interrupting TheoryBVLiana Hadarean
2012-10-03adding ::getBooleanVariables to the PropEngineDejan Jovanović
2012-10-02* re-enable some Z3 extended commands:Morgan Deters
2012-10-01"Fix" (disable) portfolio when using quantifiersKshitij Bansal
2012-10-01fix for dejan: term ITEs now dumped correctlyMorgan Deters
2012-10-01initial draft of skolemization during pre-processing, made simple cliques the...Andrew Reynolds
2012-09-28Public interface review items:Morgan Deters
2012-09-26Finish off SEXPR kind work.Morgan Deters
2012-09-26Fix type checking for define-funs (resolves bug 398).Morgan Deters
2012-09-24some api changesDejan Jovanović
2012-09-22Separate public-facing and internal-facing interfaces to Statistics.Morgan Deters
2012-09-21SMT-LIBv2 compliance updates:Morgan Deters
2012-09-19General subscriber infrastructure for NodeManager, as discussed in theMorgan Deters
2012-09-15minor interface improvements, compliance fixesMorgan Deters
2012-09-14Fix a soundness bug reported by Matthias Weiler (had to do with expired TNodes).Morgan Deters
2012-09-13ensure that get-value and get-model are consistent, rewrite function value bo...Andrew Reynolds
2012-09-12Adding model assertions after SAT responses.Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback