Merge branch '1.0.x'
[cvc5.git] / src / smt /
2013-02-26 lianahMerge branch '1.0.x'
2013-02-24 Andrew Reynoldsadded option --model-u-dt-enum for outputting uninterpr...
2013-02-20 Morgan DetersSome exception specification fixes in SmtEngine/Command...
2013-02-17 Kshitij BansalMerge branch '1.0.x'
2013-02-17 Kshitij BansalMerge pull request #6 from kbansal/decNewoptions
2013-02-16 Morgan DetersSome cleanup and copyright updating
2013-02-16 Morgan DetersMerge branch '1.0.x'
2013-02-15 Kshitij BansalMerge branch '1.0.x'
2013-02-15 Kshitij BansalMerge branch '1.0.x'
2013-02-15 Morgan DetersMerge branch '1.0.x'
2013-02-15 Tim KingMerge branch '1.0.x'
2013-02-13 Morgan DetersFix a preprocessing performance issue.
2013-02-08 Morgan DetersMerge branch '1.0.x'
2013-02-07 Morgan DetersSignificant work on bug #491 (not yet closed).
2013-02-05 Morgan DetersMerge branch '1.0.x'
2013-02-05 Kshitij BansalMerge remote-tracking branch 'origin/1.0.x'
2013-02-05 Morgan DetersMerge branch '1.0.x'
2013-02-05 Morgan DetersFix to miplib trick to make it less "cautious" and...
2013-02-04 Morgan DetersMerge branch '1.0.x'
2013-02-04 Morgan DetersSome fixes for the miplib preprocessing pass.
2013-02-04 Morgan DetersMerge branch '1.0.x'
2013-02-04 Andrew ReynoldsModel no longer adds subterms of quantifiers to equalit...
2013-02-03 Morgan DetersSome cleanup of miplib regressions and options
2013-02-03 Morgan DetersMerge from mdeters/miplib branch (commit 'ce7c485182902...
2013-02-03 Morgan Detersnew option for doing top-level miplib substitutions...
2013-02-03 Morgan Detersextended miplib trick to 6 vars, should work on pp...
2013-02-03 Morgan Detersnew miplib pass, works for 1 or 2 vars
2013-02-01 Morgan DetersMerge branch '1.0.x'
2013-01-31 Morgan DetersMerge branch '1.0.x'
2013-01-28 Morgan DetersMerge branch '1.0.x'
2013-01-27 Andrew Reynoldssome fixes for Intel benchmarks regarding quantifiers...
2013-01-27 Andrew Reynoldssome fixes for Intel benchmarks regarding quantifiers...
2013-01-27 Morgan DetersMerge branch '1.0.x'
2013-01-25 Morgan Detersfix --check-model --finite-model-find when used togethe...
2013-01-25 Morgan DetersFix errors and reduce warnings on clang (merge from...
2013-01-25 Morgan Detersfix --check-model --finite-model-find when used togethe...
2013-01-24 Morgan DetersAdd win32 support (merge from mdeters/win32, with some...
2012-12-15 Tim KingMerge remote-tracking branch 'main-repo/1.0.x' into...
2012-12-11 Morgan DetersMerge branch '1.0.x', getting fix for bug 480
2012-12-11 Morgan DetersSMT-LIB compliance fix to get-assignment; resolves...
2012-12-01 Morgan DetersFix the way abstract values are typed; fixes some compl...
2012-12-01 Morgan Detersremove an obsolete (and incorrect) assertion in boolean...
2012-12-01 Morgan DetersSome fixes for boolean arrays
2012-12-01 Morgan Detersdefinition-expansion fixed for get-model, resolves...
2012-12-01 Tim KingAdding SmtEngine::setLogic(const char* logic) so that...
2012-11-30 Clark BarrettFix assertion in smt_engine's getValue
2012-11-30 Tim KingAdding smtname level options for tlimit, rlimit, etc...
2012-11-29 Morgan Detersfix for andy: boolean terms stuff really shouldn't...
2012-11-29 Clark BarrettFix for nasty corner case found by fuzzer...
2012-11-29 Clark BarrettFixing function models with Boolean terms. Also, LAMBD...
2012-11-28 Morgan DetersAttempted "quick-fix" for QF_UF performance regression...
2012-11-28 Morgan Detersfix: correct misleading comment in dump output
2012-11-27 Morgan DetersFunctions and predicates over Boolean now work with...
2012-11-27 Morgan Detersdo not turn on BV for QF_SAT
2012-11-27 Morgan DetersFirst chunk of boolean-terms support.
2012-11-27 Morgan DetersTuples and records merge. Resolves bug 270.
2012-11-26 Morgan Detersrolling back r4625 for now (closes bug 464), Andy we...
2012-11-26 Dejan JovanovićAdding support for a master equality engine. Each theor...
2012-11-26 Morgan Detersdon't include internal variables in model output
2012-11-26 Morgan Deterssome fixes to language bindings and function visibility
2012-11-18 Andrew Reynoldssupport for quantifiers macros, bug fix for bug 454...
2012-11-17 Morgan Deters* Fix for bug 445 agreed to in meeting 11/13/2012:...
2012-11-16 Clark BarrettFix for bug451
2012-11-15 Liana Hadareanforgot to uncomment setLogicInternal for THEORY_BV
2012-11-15 Liana Hadareanchanged logic options so that justification is turned...
2012-11-14 Andrew Reynoldsreplaced all static member data from rewrite rule trigg...
2012-11-14 Tim KingBeautifying smt_engine.cpp.
2012-11-13 Tim KingSmtEngine::checkModel() should only be called if the...
2012-11-13 Liana Hadareanfixed failed bv regressions by refactoring out some...
2012-11-13 Liana Hadareanadded support for division by zero for bit-vector divis...
2012-11-12 Morgan DetersFix for bug 444, dealing with the placing of set-logic...
2012-11-12 Andrew Reynoldsminor bug fixes for quantifiers, added sort inference...
2012-11-10 Tim KingRemoving rewriter call in SmtEngine::addFormula().
2012-11-10 Morgan DetersUpdates to Clark's commit r4540:
2012-11-10 Morgan Detersfix typo in language bindings
2012-11-10 Clark BarrettFinally tracked down problems in regressions and fuzz...
2012-11-09 Morgan DetersBug-fix for a crash involving improperly-thrown excepti...
2012-11-09 Morgan DetersIn non-linear logics, rewrite DIVISION, INTS_DIVISION...
2012-11-08 Tim KingTurns on TheoryUF when non-linear arithmetic is turned...
2012-10-29 Clark BarrettTweak to options configuration for turning off minisat...
2012-10-29 Clark BarrettDisable minisat elimination when models are on
2012-10-26 Clark BarrettMore bug fixes and more checks for models
2012-10-17 Andrew Reynoldsfirst working version of new inst-gen-style quantifier...
2012-10-14 Morgan Detersfix #line number warnings (sorry!)
2012-10-11 Morgan DetersFix bug 421, again, and add a second, independent test...
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-10-10 Morgan DetersAbstract values for SMT-LIB.
2012-10-09 Morgan Deters* make Model class private (as discussed at meeting...
2012-10-08 Morgan Deters* Models' SubstitutionMaps are now attached to the...
2012-10-06 Morgan Deters* more complete support for --dump assertions:{pre...
2012-10-06 Morgan Deters* Clean up some options documentation
2012-10-06 Morgan Deters* Include a few bug testcases for resolved bugs.
2012-10-05 Morgan DetersBug-related:
2012-10-05 Dejan JovanovićBoolExpr removed and replaced with Expr
2012-10-04 Clark BarrettImplemented array type enumerator, more fixes for models
2012-10-03 Liana Hadareanadded support for interrupting TheoryBV
2012-10-03 Dejan Jovanovićadding ::getBooleanVariables to the PropEngine
2012-10-02 Morgan Deters* re-enable some Z3 extended commands:
2012-10-01 Kshitij Bansal"Fix" (disable) portfolio when using quantifiers
2012-10-01 Morgan Detersfix for dejan: term ITEs now dumped correctly
next