Adding garbage collection for Proof objects. (#1294)
[cvc5.git] / src / smt / smt_engine.cpp
2017-11-15 Tim KingAdding garbage collection for Proof objects. (#1294)
2017-11-13 Andrew ReynoldsDisable sygus qe preprocessing by default (#1353)
2017-11-09 Andrew ReynoldsHigher-order prep (#1338)
2017-11-07 Andrew ReynoldsAllow FORALL in quantifier elimination command (#1322)
2017-11-03 Andrew ReynoldsSygus clean main (#1297)
2017-10-28 Andres NoetzliChange bvudiv semantics based on input language (#1292)
2017-10-24 Aina NiemetzCBQI BV: Add ULT/SLT inverse handling. (#1268)
2017-10-20 Andrew ReynoldsMake Sygus conjectures higher-order (#1244)
2017-10-17 Clark BarrettFix for issue 1247 (#1257)
2017-10-11 Andrew ReynoldsHo Lambda Lifting (#1116)
2017-10-11 Andrew ReynoldsMove unsat core names to smt engine (#1192)
2017-10-10 Andrew ReynoldsSplit term database (#1206)
2017-09-19 Andres NoetzliFix issue #1074, improve non-fatal error handling ...
2017-09-14 Tim KingSimplifying the throw specifier of SmtEngine::checkSat...
2017-09-14 MartinFloating point symfpu support (#1093)
2017-09-10 Andrew ReynoldsEnsure that expand definitions is called on all non...
2017-08-24 Andrew ReynoldsMerge pull request #191 from timothy-king/cleanup-regexp
2017-08-24 Andres NoetzliFix typos
2017-08-07 ajreynolMake quantifier elimination more robust to preprocessing.
2017-07-21 Tim KingMerge branch 'master' into cleanup-regexp
2017-07-21 Tim KingMoving from the gnu extensions for hash maps to the...
2017-07-20 Tim KingRemoving the unused CDAttribute. This makes CDHashMap...
2017-07-13 Aina NiemetzMerge pull request #188 from aniemetz/cx11
2017-07-12 ajreynolMake type rules more strict for operators whose type...
2017-07-10 ajreynolDo not exit when value/model/unsat-core/proof is reques...
2017-07-10 ajreynolMerge datatype shared selectors/sygus comp 2017 branch...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-05-31 ajreynolFix model construction for BV with cbqi. Minor change...
2017-05-31 ajreynolMinor change to defaults, update smt comp script, minor...
2017-05-12 Andres NotzliMake signal handlers safer
2017-05-05 ajreynolDo not eliminate extended arithmetic symbols when finit...
2017-05-04 guykatzzfixing bug 790: track dependencies when the unsatCores...
2017-04-22 Clark BarrettMerge pull request #151 from 4tXJ7f/fix_debug
2017-04-21 Andres NoetzliMove assertion out of loop for better performance
2017-04-20 Andrew ReynoldsMerge pull request #149 from PaulMeng/master
2017-04-20 ajreynolMinor fixes.
2017-04-14 ajreynolFix for fmf-fun when the option is set by user command.
2017-04-12 ajreynolAdd nullary operator metakind.
2017-04-07 ajreynolChange option names for nl.
2017-04-04 Clark BarrettMerge pull request #141 from 4tXJ7f/remove_def
2017-04-03 Andrew ReynoldsMerge pull request #142 from timothy-king/nlAlgMerge
2017-04-03 Tim KingAdding a model based axiom instantiation scheme for...
2017-03-30 Clark BarrettMerge pull request #139 from 4tXJ7f/remove_throw
2017-03-30 Andres Notzli[Coverity] Remove throw qualifiers in src/smt
2017-03-24 ajreynolRefactor model building for quantifiers to be a single...
2017-03-23 Clark BarrettFixing warning message.
2017-03-23 guykatzzsupport incremental unsat cores
2017-03-16 ajreynolMinor fixes, always expand applications of lambdas...
2017-03-16 ajreynolParsing support for SMT LIB 2.6. Minor fixes for printi...
2017-03-06 Clark BarrettAdding support for bool-to-bv
2017-03-02 ajreynolMinor cleanup and reorganization related to last commit.
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2017-01-18 Andrew ReynoldsMerge pull request #128 from 4tXJ7f/fix_lfsc_perf
2017-01-14 Clark BarrettFix call to SExpr constructor for greater portability.
2017-01-11 Chad Brewbakerrevert
2017-01-07 Chad Brewbakerquashing debug memory leak
2016-12-07 guykatzzMerge branch 'master' of https://github.com/CVC4/CVC4
2016-12-07 guykatzzTurned off nonClausalSimplify when using fewerPreproces...
2016-12-07 ajreynolRefactoring, generalization of bounded inference module...
2016-12-06 Clark BarrettAdded "dump=raw-benchmark" option for dumping all user...
2016-11-21 ajreynolRefactoring related to track instantiation option.
2016-11-18 Clark BarrettMerge pull request #110 from 4tXJ7f/fix_makefiles
2016-11-18 Clark BarrettAdd support for set-logic ALL, fix compiler error in...
2016-11-12 Tim KingMerge pull request #105 from timothy-king/delete-maxed-out
2016-11-11 Clark BarrettEnable eager bitblasting for QF_ABV when no stores...
2016-11-10 ajreynolAdd option for enabling/disabling lazy extended functio...
2016-11-09 Tim KingMerge branch 'master' into uniq-ptr
2016-11-08 ajreynolAdd a few options to separation logic and sets. Minor...
2016-11-04 ajreynolFix a few more minor memory leaks.
2016-11-02 ajreynolFix bug in separation logic for finite pto-data types...
2016-11-01 ajreynolFix memory leak in TheorySetsRels. Minor cleanup.
2016-11-01 ajreynolWorking memory leak free version, changes interface...
2016-10-28 ajreynolAdd get instantiations utilities to API.
2016-10-26 Andrew ReynoldsMerge pull request #98 from 4tXJ7f/fix_dist_build
2016-10-26 ajreynolNew implementation of sets+cardinality. Merge Paul...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-09-15 ajreynolBegin refactoring of cbqi, remove a few dead options...
2016-09-12 ajreynolRefactor prenex modes.
2016-09-12 ajreynolRemove old implementation of cbqi
2016-09-09 ajreynolSupport for separation logic + EPR. Refactor preprocess...
2016-09-03 ajreynolMiniscope top level conjunctions for prenex normal...
2016-09-03 ajreynolOption for prenex normal form
2016-09-02 Tim KingMerge pull request #91 from timothy-king/no-throw
2016-09-01 ajreynolCleanup quantifier elimination in smt engine.
2016-09-01 ajreynolUpdates to cbqi. New strategy --cbqi-nested-qe to...
2016-08-25 ajreynolMinor cleanup preprocessing, add ppNotifyAssertions.
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-08-15 ajreynolEnable bounded set membership with --fmf-bound. Map...
2016-08-12 guykatzzMerge pull request #90 from 4tXJ7f/fewer_preproc_holes
2016-08-12 Andres NotzliAdd support for fewer preprocessing holes
2016-07-07 ajreynolRefactoring of strings preprocess module. When enabled...
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-06-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-20 GuyAddressed a bug that occurs when proof production is...
2016-06-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-17 ajreynolSupport for separation logic. Enable cbqi by default...
2016-06-08 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-06 guykatzzMerge pull request #85 from CVC4/master_for_proof_merge
2016-06-03 ajreynolSimple memory fixes, minor cleanup in quantifiers.
2016-06-02 GuyMerge from proof branch
next