(Refactor) Instantiate utility (#1387)
[cvc5.git] / src / theory / quantifiers_engine.h
2017-11-25 Andrew Reynolds(Refactor) Instantiate utility (#1387)
2017-11-15 Andrew ReynoldsMake QEffort an enum (#1366)
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-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-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-01-04 Andrew ReynoldsMerge pull request #122 from 4tXJ7f/fix_lfsc_str
2017-01-04 guykatzzMerge pull request #120 from 4tXJ7f/fix_f_pp_holes
2017-01-04 Andrew ReynoldsMerge pull request #121 from 4tXJ7f/fix_lfsc_mem_leaks
2016-12-29 Tim KingAdding a destructor to InstantiationNotify.
2016-12-07 guykatzzMerge branch 'master' of https://github.com/CVC4/CVC4
2016-12-07 ajreynolRefactoring, generalization of bounded inference module...
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-14 ajreynolLemma cache in theory sep. Minor optimization for sets...
2016-09-02 Tim KingMerge pull request #91 from timothy-king/no-throw
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-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-19 ajreynolAdd infrastructure for tracking instantiation lemmas...
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-05-15 ajreynolWork on --sygus-direct-eval. Minor optimizations, updat...
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-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...
2016-03-28 ajreynolImplement equality inference module for arithmetic...
2016-03-22 ajreynolBug fix for define functions + incremental. Minor work...
2016-03-16 ajreynolChange internal representative selection for finite...
2016-03-10 ajreynolFaster conditional rewriting for and/or beneath quantif...
2016-03-01 ajreynolShorter explanations for strings based on tracking...
2016-02-25 ajreynolMinor improvement to partial qe. Add options for repres...
2016-02-19 ajreynolImplement dynamic splitting for quantified formulas...
2016-02-17 ajreynolRefactor quantifiers attributes. Make quantifier elimin...
2016-02-16 ajreynolPublic interface for quantifier elimination. Minor...
2016-01-09 Tim KingRemoving StatisticsRegistry's static functions current...
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-11-05 Tim KingMerging the google branch back into master.
2015-11-04 ajreynolBetter combination of UF with cbqi, refactor quantifier...
2015-10-31 ajreynolImprovements to handling of mixed Int/Real quantifiers.
2015-10-26 ajreynolPromote InstStrategyCbqi to quantifier module. Cleanup...
2015-10-26 ajreynolExtend counterexample-guided instantiation to extended...
2015-09-28 ajreynolImprove quantifiers engine wrt incremental presolve...
2015-09-26 ajreynolBetter organization of quantifiers modules, promote...
2015-09-25 ajreynolClear term caches for quantifiers + incremental, fixes...
2015-09-18 ajreynolFix bug in quantifiers engine where model construction...
2015-09-15 ajreynolFix bug related to quantifiers + incremental, thanks...
2015-09-02 Kshitij BansalMerge remote-tracking branch 'origin/master'
2015-08-26 ajreynolMinor improvements to cbqi, fix bug in solving with...
2015-08-12 ajreynolImprovements to --macros-quant. Enable --clause-split...
2015-07-30 ajreynolImplement virtual term substitution for non-nested...
2015-07-28 Tianyi LiangMerge branch 'master' of https://github.com/CVC4/CVC4
2015-07-20 ajreynolSquashed merge of SygusComp 2015 branch.
2015-06-29 ajreynolModule to infer alpha equivalence of quantified formula...
2015-06-27 ajreynolRefactor various corner cases of fmf, quantifiers modul...
2015-06-22 ajreynolAdd --user-pat=interleave. Remove unused lte inst strategy.
2015-05-15 ajreynolAvoid ensureLiteral on unpreprocessed formulas in cbqi.
2015-05-13 ajreynolRefactor interface for incompleteness in quantifiers...
2015-05-12 barrettcwMerge pull request #74 from finnhaedicke/namespace_minisat
2015-05-10 ajreynolMinor improvements to infrastructure. Minor changes...
2015-03-11 ajreynolMinor fixes and improvements to cegqi-si for linear...
2015-02-06 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2015-02-04 ajreynolRefactor sygus_util to TermDb. Initial work on solutio...
2015-01-29 ajreynolRestrict LtePartialInst instantiations based on E-match...
2015-01-26 ajreynolOutput solutions for synthesis conjectures with --dump...
2015-01-24 ajreynolVariable patterns only look at eligible terms. Minor...
2015-01-23 ajreynolRework inst-closure.
next