Cleanup some includes (#5847)
[cvc5.git] / src / theory / quantifiers_engine.cpp
2021-02-02 Andrew ReynoldsCleanup some includes (#5847)
2021-02-01 Andrew ReynoldsEliminate PREPROCESS lemma property (#5827)
2021-01-28 Andrew ReynoldsUse standard equality engine information in quantifiers...
2021-01-27 Andrew Reynolds(proof-new) Improvements to quantifiers engine and...
2021-01-27 Andrew ReynoldsUse term canonizer utility locally in quantifiers ...
2021-01-27 Andrew ReynoldsUse standard conflict mechanism in quantifiers state...
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-16 Andrew ReynoldsMark quantifier instantiations as needs justify (#5684)
2020-12-01 Andrew ReynoldsMore fixes for quantifier elimination (#5533)
2020-11-19 Andrew ReynoldsEnable new implementation of CEGQI based on nested...
2020-11-12 Andrew Reynolds(proof-new) Proofs for skolemization (#5339)
2020-10-01 Mathias PreinerAdd additional ground terms to SyGuS instantiation...
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-08 Andrew ReynoldsEliminate a custom use of TheorySep in quantifiers...
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-09-01 FabianWolffFix spelling errors (#4977)
2020-08-26 Andrew ReynoldsConnect combination engine to theory engine (#4940)
2020-08-21 Andrew ReynoldsConnect the relevance manager to TheoryEngine and use...
2020-08-18 Andrew ReynoldsQuantifiers engine stores a pointer to the master equal...
2020-08-11 Andrew ReynoldsRemove instantiation model true option (#4861)
2020-07-28 Andrew ReynoldsUse lemma property enum for OutputChannel::lemma (...
2020-07-14 Andrew ReynoldsDebug instantiations output (#4739)
2020-07-13 Andrew ReynoldsStatistics on instantiations per quantified formula...
2020-06-30 Andrew ReynoldsSimplify quantifiers strategy for when to apply last...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-04-21 Andrew ReynoldsMake option names related to CEGQI consistent (#4316)
2020-04-17 Mathias PreinerSyGuS instantiation quantifiers module (#3910)
2020-04-15 Andrew ReynoldsAbort if in conflict in enumerative instantiation ...
2020-03-11 Andrew ReynoldsRemove partial instantiation for local theory extension...
2020-03-10 Andrew ReynoldsOnly register sygus terms to unfold if option is set...
2020-03-10 Andrew ReynoldsRename sygus option name (#3977)
2020-03-10 Andrew ReynoldsRemove instantiation propagator infrastructure (#3975)
2020-02-19 Andrew ReynoldsDelay enumerative instantiation if theory engine does...
2020-02-14 Andrew ReynoldsRemove quantifiers rewrite rules infrastructure (#3754)
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-11-27 Haniel BarbosaEnable sygusRecFun by default and fixes SyGuS+RecFun...
2019-11-04 Andrew ReynoldsMake check synth solution robust to auxiliary assertion...
2019-11-04 Andrew ReynoldsMake getSynthSolution return a Bool (#3306)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-09-18 Andrew ReynoldsDecouple fmf-bound and finite-model-find (#3297)
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-03-26 Aina NiemetzUpdate copyright headers.
2018-12-11 Andrew ReynoldsRemove alternate versions of mbqi (#2742)
2018-09-18 Andrew ReynoldsMove and rename sygus solver classes (#2488)
2018-09-18 Andrew ReynoldsClean remaining references to getNextDecisionRequest...
2018-09-17 Andrew ReynoldsMove inst_strategy_cbqi to inst_strategy_cegqi (#2477)
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-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
next