Track instantiation reasons in proofs (#6935)
[cvc5.git] / src / theory / quantifiers / instantiate.h
2021-07-27 Andrew ReynoldsTrack instantiation reasons in proofs (#6935)
2021-07-01 Andrew ReynoldsAdd option to limit the number of instantiation rounds...
2021-05-24 Andrew ReynoldsMove proof utilities to src/proof/ (#6611)
2021-05-13 Mathias PreinerAdd std::hash overloads for Node, TNode and TypeNode...
2021-04-14 Gereon KremerRefactor / reimplement statistics (#6162)
2021-04-14 Aina NiemetzRename public and private headers in src/include. ...
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-09 Aina NiemetzRename CVC4__ header guards to CVC5__. (#6326)
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-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-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-19 Andrew ReynoldsSimplify interface to instantiate (#5926)
2021-02-17 Andrew ReynoldsMove methods from term util to quantifiers registry...
2021-02-10 Andrew ReynoldsRemove track instantiations infrastructure (#5883)
2021-02-08 Andrew ReynoldsUse quantifiers inference manager for lemma management...
2021-01-27 Andrew Reynolds(proof-new) Improvements to quantifiers engine and...
2021-01-26 Andrew ReynoldsRefactor quantifiers engine initialization (#5813)
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-13 Andrew ReynoldsStatistics on instantiations per quantified formula...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-04-14 Andrew ReynoldsFix relevant domain computation for nested quantifiers...
2020-03-10 Andrew ReynoldsRemove instantiation propagator infrastructure (#3975)
2019-09-11 Andrew ReynoldsInfrastructure for instantiation rewriter (#3262)
2019-08-05 Andrew ReynoldsRemove forward declarations in quantifiers engine ...
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-03-05 Mathias PreinerEnable -Wsuggest-override by default. (#1643)
2017-11-25 Andrew Reynolds(Refactor) Instantiate utility (#1387)