summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
AgeCommit message (Expand)Author
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
2016-07-05Refactor last call for theories, only create one model when quantifiers are e...ajreynol
2016-06-20Merge branch 'master' of https://github.com/CVC4/CVC4Guy
2016-06-20Fixed a bug where the proofManager's init() call was not getting called, resu...Guy
2016-06-17Support for separation logic. Enable cbqi by default for pure BV.ajreynol
2016-06-01Merge from proof branchGuy
2016-06-01Revert "Merging proof branch"Guy
2016-06-01Merging proof branchGuy
2016-05-09Re-enabling ite simplification in incremental mode - no reason whyClark Barrett
2016-04-09cardinality operation for finite sets (based on my thesis / ijcar16 paper)Kshitij Bansal
2016-04-03Updating the copyright headers and scripts.Tim King
2016-03-28Implement equality inference module for arithmetic terms. Optimization for e...ajreynol
2016-03-23squash-merge from proof branchGuy
2016-02-17Refactor quantifiers attributes. Make quantifier elimination robust to prepro...ajreynol
2016-02-16Public interface for quantifier elimination. Minor changes to datatypes rewr...ajreynol
2016-02-02Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. ...Tim King
2016-01-28Adding listeners to Options.Tim King
2016-01-26Merged bit-vector and uf proof branch.Liana Hadarean
2016-01-08Adding a new Listener utility class. Changing the ResourceManager to use List...Tim King
2016-01-08Removing StatisticsRegistry's static functions current() and registerStat().Tim King
2016-01-05Add SmtGlobals ClassTim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-10-07Disabled donePPSimpITE when unsat-cores are enabled (fixes bug648)Liana Hadarean
2015-09-25Clear term caches for quantifiers + incremental, fixes bug 674. Refactoring ...ajreynol
2015-06-14Turning off aggressive arith ite simplifications during incremental solving.Tim King
2015-06-13Fix for assertion failure:Clark Barrett
2015-05-29changed resource step options to unsignedlianah
2015-05-28added options for controlling resource step-count for various solving stagesLiana Hadarean
2015-05-15Avoid ensureLiteral on unpreprocessed formulas in cbqi.ajreynol
2015-04-21Changes needed to compile at Google, plus some bug fixes from Google.Clark Barrett
2015-02-22New trigger options. --inst-no-entail on by default. Misc cleanup.ajreynol
2015-01-26Output solutions for synthesis conjectures with --dump-synth. Minor refactor...ajreynol
2014-12-26Adding an option to the equality engine constructor to treat all constants asDejan Jovanovic
2014-12-03Revert "Disable constants sharing in eq engine, disable hack in theory engine."Kshitij Bansal
2014-11-20Disable constants sharing in eq engine, disable hack in theory engine. Chang...ajreynol
2014-11-18Set Constant's normal form and other short fixesKshitij Bansal
2014-11-17Resource-limiting work.Liana Hadarean
2014-11-10Do not eliminate variables only occurring in patterns. Minor improvements to...ajreynol
2014-10-29Added new, much faster, care graph computation for arraysClark Barrett
2014-10-02Added internal support for constant arrays.Clark Barrett
2014-10-02More model-based combination for arraysClark Barrett
2014-10-02Better getEqualityStatus for arrays, smarter combination of theoriesClark Barrett
2014-09-30Proofs- and cores-related segfault fixes (mainly a usability issue), thanks C...Morgan Deters
2014-09-18Resource spending support in theories (and especially in quantifiers).Morgan Deters
2014-08-24improvements to sets sharingKshitij Bansal
2014-08-22Unsat core infrastruture and API (SMT-LIB compliance to come).Morgan Deters
2014-08-18Add support for quantifier-specific instantiation levels. Add option for set...ajreynol
2014-07-01Update copyrights.Morgan Deters
2014-06-10Merging CAV14 paper bit-vector work.lianah
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback