summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
AgeCommit message (Expand)Author
2018-04-25Refactor bv-to-bool and bool-to-bv preprocessing passes (#1788)yoni206
2018-04-16RemoveTermFormulas: Remove ContainsTermITEVisitor (#1782)Andres Noetzli
2018-04-12Fixes for free variables in assertions (#1762)Andrew Reynolds
2018-04-08Check free variables in assertions (#1737)Andrew Reynolds
2018-04-04Do not debug check models when unknown (#1748)Andrew Reynolds
2018-03-06Make statistics output consistent. (#1647)Mathias Preiner
2018-03-06Simplify initialization of quantifiers engine (#1641)Andrew Reynolds
2018-02-22Fixed disabling the BV equality slicer for quantifiers. (#1623)Aina Niemetz
2018-02-21Disable BV equality slicer if not pure QF_BV. (#1619)Aina Niemetz
2018-02-14Quantifiers subdirectories (#1608)Andrew Reynolds
2018-02-02Option to check solutions produced by SyGuS solver (#1553)Haniel Barbosa
2018-01-15Removing more miscellaneous throw specifiers. (#1509)Tim King
2017-12-08Make collect model info return a Bool (#1421)Andrew Reynolds
2017-12-06Add command for define-fun-rec and add to API (#1412)Andrew Reynolds
2017-11-15Adding garbage collection for Proof objects. (#1294)Tim King
2017-11-01(Move-only) Refactor and document theory model part 2 (#1305)Andrew Reynolds
2017-10-25Removing throw specifiers from OutputChannel and subclasses. (#1209)Tim King
2017-09-13Floating point symfpu support (#1093)Martin
2017-08-23Fix typosAndres Noetzli
2017-07-20Moving from the gnu extensions for hash maps to the c++11 hash mapsTim King
2017-07-07Update copyright headers.Mathias Preiner
2017-06-18Fix assertionajreynol
2017-06-18Minor change to ensureTheoryAtoms for bug 828.ajreynol
2017-04-04Simplify Theory::collectModelInfo interface to not take deprecated fullModel ...ajreynol
2017-04-02Adding a model based axiom instantiation scheme for multiplication. Merge com...Tim King
2017-03-27Making the ExtTheory object a private member of Theory.Tim King
2017-03-27Making ppNotifyAssertions take a const vector.Tim King
2017-03-27Moving the CareGraph into its own file.Tim King
2017-03-24Refactor model building for quantifiers to be a single pass, simplification. ...ajreynol
2017-03-06Adding support for bool-to-bvClark Barrett
2017-03-02Minor cleanup and reorganization related to last commit.ajreynol
2017-03-02Eliminate Boolean term conversion. Generalizes removeITE pass to remove Boole...ajreynol
2016-12-16Fix dependency tracing for fewerPreprocessingHolesAndres Notzli
2016-11-18Removing some throw specifiers from OutputChannel. Fixes bug 716.Tim King
2016-11-11Add simple inferences for extended bitvector functions, add a few related opt...ajreynol
2016-11-04Fix a few more minor memory leaks.ajreynol
2016-11-03Add priorities to getNextDecision. Properly handle case for finite types + un...ajreynol
2016-10-28Add get instantiations utilities to API.ajreynol
2016-09-01Updates to cbqi. New strategy --cbqi-nested-qe to do qe on nested quantifier...ajreynol
2016-08-25Minor cleanup preprocessing, add ppNotifyAssertions.ajreynol
2016-07-28Bug fix involving negated lemmasGuy
2016-07-28Add the negative conjunction caseGuy
2016-07-27Proper instrumentation of the preprocessing phaseGuy
2016-07-27proper handling of ITEsGuy
2016-07-27Proper handling of IFF lemmas in the unsat core.Guy
2016-07-24cleanupGuy
2016-07-24Proper handling for lemmas that are conjuncts:Guy
2016-07-20Infrastructure for storing and printing heap models for separation logic. Ens...ajreynol
2016-07-15The ProofManager now allows theory solvers to get their lemmas that participa...Guy
2016-07-06Add comment field for model, resolves hack for printing sep logic models.ajreynol
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback