Introduce quantifiers inference manager (#5821)
[cvc5.git] / src / theory / quantifiers_engine.h
2021-01-26 Andrew ReynoldsIntroduce quantifiers inference manager (#5821)
2021-01-26 Andrew ReynoldsRefactor quantifiers engine initialization (#5813)
2020-12-23 Andrew ReynoldsRemove quant EPR option (#5716)
2020-12-15 Andrew ReynoldsMove trigger trie to own file (#5680)
2020-11-19 Andrew ReynoldsEnable new implementation of CEGQI based on nested...
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-15 Andrew ReynoldsMove quantifiers engine private to own file (#5053)
2020-09-03 Andrew ReynoldsMinor cleanup of quantifiers engine (#4994)
2020-09-03 Andrew Reynolds(proof-new) Support proofs of quantifier instantiation...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-18 Andrew ReynoldsQuantifiers engine stores a pointer to the master equal...
2020-08-11 Andrew ReynoldsRemove instantiation model true option (#4861)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-03-20 Andrew ReynoldsMake handling of illegal internal representatives in...
2020-02-19 Andrew ReynoldsDelay enumerative instantiation if theory engine does...
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-11-04 Andrew ReynoldsMake check synth solution robust to auxiliary assertion...
2019-11-04 Andrew ReynoldsMake getSynthSolution return a Bool (#3306)
2019-09-17 Andrew Reynolds Encapsulate relevant domain (#3293)
2019-09-16 Andrew ReynoldsRemove equality inference option for quantifiers (...
2019-09-12 Andrew ReynoldsEncapsulate synth engine (#3271)
2019-09-12 Andrew ReynoldsRefactoring finite bounds in Quantifiers Engine (#3261)
2019-09-11 Andrew ReynoldsInfrastructure for instantiation rewriter (#3262)
2019-09-05 Andrew ReynoldsRefactoring CEGQI interface (#3239)
2019-08-17 Andrew ReynoldsMove quantifiers relevance module inside E-matching...
2019-08-12 Andrew Reynolds Give rewrite engine pointer to conflict-based instanti...
2019-08-08 Andrew ReynoldsReorganize includes for quantifiers engine (#3169)
2019-08-05 Andrew ReynoldsRemove forward declarations in quantifiers engine ...
2019-08-01 Andrew ReynoldsMove some generic utilities out of quantifiers (#3139)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-09-18 Andrew ReynoldsMove and rename sygus solver classes (#2488)
2018-09-18 Andrew ReynoldsClean remaining references to getNextDecisionRequest...
2018-09-10 Andrew ReynoldsSquash implementation of counterexample-guided instanti...
2018-08-28 Andrew Reynolds Split term canonize utility to own file and document...
2018-08-25 Andrew ReynoldsClean up quantifiers engine initialization. (#2371)
2018-07-03 Andrew ReynoldsRemove miscellaneous dead and unused code from quantifi...
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-05-30 Andrew ReynoldsFixes for quantifiers + incremental (#2009)
2018-05-27 Andrew ReynoldsFix cegqi assertions for quantified non-linear cases...
2018-03-23 Andrew ReynoldsRemove unused code (#1700)
2018-03-06 Andrew ReynoldsSimplify initialization of quantifiers engine (#1641)
2018-02-02 Haniel BarbosaOption to check solutions produced by SyGuS solver...
2017-12-06 Andres NoetzliRemove CDChunkList (#1414)
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...
next