summaryrefslogtreecommitdiff
path: root/src/smt
AgeCommit message (Expand)Author
2012-12-01definition-expansion fixed for get-model, resolves bug 411Morgan Deters
2012-12-01Adding SmtEngine::setLogic(const char* logic) so that smt.setLogic("QF_LRA");...Tim King
2012-11-30Fix assertion in smt_engine's getValueClark Barrett
2012-11-30Adding smtname level options for tlimit, rlimit, etc. Fix to the internal doc...Tim King
2012-11-29fix for andy: boolean terms stuff really shouldn't look at datatypes at all i...Morgan Deters
2012-11-29Fix for nasty corner case found by fuzzer...Clark Barrett
2012-11-29Fixing function models with Boolean terms. Also, LAMBDA's should not be const.Clark Barrett
2012-11-28Attempted "quick-fix" for QF_UF performance regression since Boolean terms ad...Morgan Deters
2012-11-28fix: correct misleading comment in dump outputMorgan Deters
2012-11-27Functions and predicates over Boolean now work with --check-models and output...Morgan Deters
2012-11-27do not turn on BV for QF_SATMorgan Deters
2012-11-27First chunk of boolean-terms support.Morgan Deters
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-26some fixes to language bindings and function visibilityMorgan 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-10fix typo in language bindingsMorgan 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-14fix #line number warnings (sorry!)Morgan Deters
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-09* make Model class private (as discussed at meeting today)Morgan Deters
2012-10-08* Models' SubstitutionMaps are now attached to the user contextMorgan Deters
2012-10-06* more complete support for --dump assertions:{pre,post}-PREPROCESSING-PASSMorgan Deters
2012-10-06* Clean up some options documentationMorgan Deters
2012-10-06* Include a few bug testcases for resolved bugs.Morgan Deters
2012-10-05Bug-related:Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback