Introduce internal namespace and remove api namespace. (#8443)
[cvc5.git] / src / theory / quantifiers / instantiate.cpp
2022-03-29 Mathias PreinerIntroduce internal namespace and remove api namespace...
2022-03-17 Gereon KremerReplace `Debug` by `Trace` (#7793)
2021-11-04 Gereon KremerStart refactoring of `-o` and `-v` (#7449)
2021-11-01 Gereon KremerReplace more static options accesses (#7531)
2021-10-22 Andrew ReynoldsRefactor theory inference manager constructor (#7457)
2021-10-14 Andrew ReynoldsSplit entailment check from term database (#7342)
2021-10-12 Andrew ReynoldsMinor cleaning of instantiation utilities (#7334)
2021-10-04 Andrew ReynoldsEliminating static calls to rewriter in quantifiers...
2021-09-23 Gereon KremerEliminate Output macro in favor of simple Env functions...
2021-09-13 Andres NoetzliRemove context getters from `TheoryState` (#7174)
2021-09-09 Andres NoetzliRemove `TheoryState::options()` (#7148)
2021-09-08 Andrew ReynoldsImprove pre-skolemization, move quantifiers preprocess...
2021-09-03 MikolasJanotaAvoiding duplicate search in maps (#7055)
2021-08-25 Andrew ReynoldsEliminate calls to currentSmtEngine (#7060)
2021-07-27 Andrew ReynoldsTrack instantiation reasons in proofs (#6935)
2021-07-15 Andrew ReynoldsFix context for proofs of instantiations (#6890)
2021-07-15 Andrew ReynoldsDistinguish quantifiers preprocess as its own proof...
2021-07-03 Mathias PreinerAdd output tags -o, --output. (#6826)
2021-07-01 Andrew ReynoldsAdd option to limit the number of instantiation rounds...
2021-06-15 Gereon KremerRemove public option wrappers (#6716)
2021-05-24 Andrew ReynoldsMove proof utilities to src/proof/ (#6611)
2021-05-20 Haniel BarbosaRemove old unsat cores (#6581)
2021-04-14 Gereon KremerRefactor / reimplement statistics (#6162)
2021-04-14 Andrew ReynoldsAdd internal API methods for pool-based instantiation...
2021-04-12 Gereon KremerRefactor resource manager (#6322)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-10 Aina NiemetzRename CVC4_ macros to CVC5_. (#6327)
2021-04-08 Andrew ReynoldsAdd identifiers for sources of incompleteness (#6311)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-31 Andrew ReynoldsEliminate dependencies on quantifiers engine in interna...
2021-03-30 Andrew ReynoldsImplement simple tracking of instantiation lemmas ...
2021-03-23 Andrew ReynoldsPassing term registry to ematching utilities (#6190)
2021-03-23 Andrew ReynoldsMoving instantiate and skolemize into quantifiers infer...
2021-03-22 Andrew ReynoldsMove equality query utility into quantifiers model...
2021-03-11 Andrew ReynoldsIntroduce inference ids for quantifier instantiation...
2021-03-09 Gereon KremerSome more cleanup of includes (#6083)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2021-02-23 Andrew ReynoldsExplanation of failure for instantiate, use in enumerat...
2021-02-22 Andrew ReynoldsEliminate raw use of output channel and valuation in...
2021-02-19 Andrew ReynoldsSimplify interface to instantiate (#5926)
2021-02-17 Andrew ReynoldsMove methods from term util to quantifiers registry...
2021-02-17 Gereon KremerAdd InferenceId to buffered inference manager (#5911)
2021-02-10 Andrew ReynoldsRemove track instantiations infrastructure (#5883)
2021-02-09 Andrew ReynoldsEliminating dependencies from inst utils (#5882)
2021-02-08 Andrew ReynoldsUse quantifiers inference manager for lemma management...
2021-02-08 Andrew ReynoldsRemove support for inst closure (#5874)
2021-01-27 Andrew Reynolds(proof-new) Improvements to quantifiers engine and...
2021-01-27 Andrew ReynoldsUse standard conflict mechanism in quantifiers state...
2021-01-26 Andrew ReynoldsRefactor quantifiers engine initialization (#5813)
2020-12-24 Haniel Barbosa[proof-new] Only use old proofs for unsat cores if...
2020-11-19 Andrew ReynoldsEnable new implementation of CEGQI based on nested...
2020-10-20 Andrew Reynolds(proof-new) Update add lazy step interface in LazyCDPro...
2020-09-28 Andrew ReynoldsMinor fixes to quantifiers proofs (#5151)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-03 Andrew Reynolds(proof-new) Support proofs of quantifier instantiation...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-11 Andrew ReynoldsRemove instantiation model true option (#4861)
2020-07-14 Andrew ReynoldsDebug instantiations output (#4739)
2020-07-14 Andrew ReynoldsFix whitespace issue in instantiations output. (#4737)
2020-07-13 Andrew ReynoldsStatistics on instantiations per quantified formula...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-04-21 Andrew ReynoldsMake option names related to CEGQI consistent (#4316)
2020-04-14 Andrew ReynoldsFix relevant domain computation for nested quantifiers...
2020-03-10 Andrew ReynoldsLogic exception instead of assertion failure for instan...
2020-03-10 Andrew ReynoldsRemove instantiation propagator infrastructure (#3975)
2020-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-01-22 Andrew ReynoldsFix subtyping for instantiations where internal represe...
2019-09-12 Andrew ReynoldsUpdate to standard implementation of contains term...
2019-09-11 Andrew ReynoldsInfrastructure for instantiation rewriter (#3262)
2019-08-05 Andrew ReynoldsRemove forward declarations in quantifiers engine ...
2019-08-02 Andrew ReynoldsThrow option exception when track inst lemmas is not...
2019-05-09 Andrew ReynoldsFixes for relational triggers (#2967)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-09-17 Andrew ReynoldsMove inst_strategy_cbqi to inst_strategy_cegqi (#2477)
2018-09-10 Andrew ReynoldsSquash implementation of counterexample-guided instanti...
2018-09-07 Andrew Reynolds Make isClosedEnumerable a member of TypeNode (#2434)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-03-23 Andrew ReynoldsRemove unused code (#1700)
2018-02-14 Andrew ReynoldsQuantifiers subdirectories (#1608)
2017-11-25 Andrew Reynolds(Refactor) Instantiate utility (#1387)