Clean up quantifiers engine initialization. (#2371)
[cvc5.git] / src / theory / quantifiers_engine.cpp
2018-08-25 Andrew ReynoldsClean up quantifiers engine initialization. (#2371)
2018-08-22 Andrew Reynolds More unused code elimination (#2358)
2018-08-21 Andrew ReynoldsMore unused code elimination (#2339)
2018-07-03 Andrew ReynoldsRemove miscellaneous dead and unused code from quantifi...
2018-06-28 Andrew ReynoldsSplit and document ceg theory instantiators (#2094)
2018-06-26 Andrew ReynoldsRemove unnecessary code in register quantifier internal...
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-06-01 Andrew ReynoldsFix quantifiers conflict lemma handling (#2043)
2018-06-01 Andrew ReynoldsReduce before preregister. (#2025)
2018-05-30 Andrew ReynoldsFixes for quantifiers + incremental (#2009)
2018-05-27 Andrew ReynoldsFix cegqi assertions for quantified non-linear cases...
2018-05-21 Andrew ReynoldsRefactor sygus eval unfold (#1946)
2018-03-23 Andrew ReynoldsRemove unused code (#1700)
2018-03-06 Andrew ReynoldsSimplify initialization of quantifiers engine (#1641)
2018-02-14 Andrew ReynoldsQuantifiers subdirectories (#1608)
2018-02-02 Haniel BarbosaOption to check solutions produced by SyGuS solver...
2017-12-08 Andrew ReynoldsMake collect model info return a Bool (#1421)
2017-11-25 Andrew Reynolds(Refactor) Instantiate utility (#1387)
2017-11-15 Andrew ReynoldsMake QEffort an enum (#1366)
2017-11-09 Andrew Reynolds Decouple sygus term database and term database. (...
2017-11-02 Andrew Reynolds(Move-only) Split quant util (#1306)
2017-11-01 Andrew Reynolds(Refactor) Split term util (#1303)
2017-10-28 Andrew Reynolds(Move only) Move enumerative instantiation strategy...
2017-10-28 Andrew ReynoldsDocument term db (#1220)
2017-10-27 Andrew ReynoldsRefactor theory model (#1236)
2017-10-10 Andres NoetzliFix memory leak in quantifiers engine (#1219)
2017-10-10 Andrew ReynoldsSplit term database (#1206)
2017-09-29 Andrew ReynoldsSimplify representation of inversion Skolems for bv...
2017-09-27 Andrew ReynoldsMinor fixes for partial quantifier elimination. (#1147)
2017-08-24 Andrew ReynoldsMerge pull request #191 from timothy-king/cleanup-regexp
2017-08-17 ajreynolAdd mbqi interleave option, change option fs-inst to...
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-07 Mathias PreinerUpdate copyright headers.
2017-06-01 ajreynolMinor optimizations related to cbqi.
2017-05-17 Clark BarrettMerge pull request #155 from makaimann/conditional_coverage
2017-05-16 Andrew ReynoldsMerge pull request #156 from 4tXJ7f/fix_safe_print
2017-05-15 Andrew ReynoldsMerge pull request #159 from 4tXJ7f/fix_set_types
2017-05-15 Andrew ReynoldsMerge pull request #158 from 4tXJ7f/fix_sets_rewriter
2017-05-15 Andrew ReynoldsMerge pull request #157 from 4tXJ7f/fix_iterator
2017-05-15 ajreynolMake conflict-based instantiation abort if a ground...
2017-03-29 ajreynolAdd quantifiers options related to model and master...
2017-03-27 Clark BarrettMerge pull request #137 from 4tXJ7f/throw_quals
2017-03-27 Tim KingMaking ppNotifyAssertions take a const vector.
2017-03-24 ajreynolRefactor model building for quantifiers to be a single...
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2017-02-16 ajreynolFixes for sets+rels check. Minor.
2016-12-07 guykatzzMerge branch 'master' of https://github.com/CVC4/CVC4
2016-12-07 ajreynolRefactoring, generalization of bounded inference module...
2016-12-02 Tim KingMerge pull request #95 from 4tXJ7f/fix_sierra_build
2016-12-02 Clark BarrettMerge pull request #113 from 4tXJ7f/remove_extract_rule
2016-12-02 ajreynolRefactor preprocessing of models in fmf. Fix options...
2016-11-21 ajreynolRefactoring related to track instantiation option.
2016-11-03 ajreynolAdd priorities to getNextDecision. Properly handle...
2016-10-28 ajreynolAdd get instantiations utilities to API.
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-10-01 Tim KingMerge pull request #93 from timothy-king/clang-format
2016-09-29 ajreynolAddress some coverity warnings, add another stat.
2016-09-29 ajreynolMinor cleanup and additions to quantifiers statistics.
2016-09-15 ajreynolBegin refactoring of cbqi, remove a few dead options...
2016-09-15 ajreynolRefactor setIncomplete in quantifiers.
2016-09-14 ajreynolLemma cache in theory sep. Minor optimization for sets...
2016-09-13 ajreynolMinor changes to sep logic, epr, quantifier splitting.
2016-09-12 ajreynolRemove old implementation of cbqi
2016-09-09 ajreynolSupport for separation logic + EPR. Refactor preprocess...
2016-09-08 ajreynolRefactor seplog preprocess. Handle case where sep data...
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-26 ajreynolBasic support for EPR+CBQI. Minor cleanup.
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-07-26 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-26 ajreynolAdd option to minimize sygus solutions based on using...
2016-07-20 ajreynolInfrastructure for storing and printing heap models...
2016-07-20 ajreynolPrint only instantiations that are in the unsat core...
2016-07-19 ajreynolAdd infrastructure for tracking instantiation lemmas...
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-17 ajreynolSupport for separation logic. Enable cbqi by default...
2016-06-01 ajreynolInitial infrastructure for bounded set quantification...
2016-05-24 ajreynolImprovements to symmetry breaking in sygus search....
2016-05-18 ajreynolRefactor modes for sygus+single invocation. Add option...
2016-05-16 ajreynolEnable --sygus-direct-eval by default, limit to terms...
2016-05-10 ajreynolFix for --inst-max-level
2016-05-06 ajreynolMinor clean up, fixes related to sygus.
2016-05-05 ajreynolCompute term indices lazily in TermDb. Optimization...
2016-04-28 ajreynolMore work on inst propagate. Optimization for qcf...
2016-04-20 PaulMengupdate from the master
2016-04-13 ajreynolMinor improvements for alpha equivalence and partial...
2016-04-12 ajreynolOptimizations for QCF to check relevant domain of varia...
2016-04-11 ajreynolMinor fixes for inst match generators. Updates to qip.
2016-04-10 ajreynolMore work on instantiation propagation. Enable external...
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-09 ajreynolMinor refactoring of entailment tests and quantifiers...
2016-04-07 ajreynolRefactor trigger selection, revisions to --relational...
2016-04-04 ajreynolNew options for trigger selection, add option --strict...
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-04-01 ajreynolImprovements to equality inference module: add missing...
next