Track instantiation reasons in proofs (#6935)
[cvc5.git] / src / theory / inference_id.h
2021-07-27 Andrew ReynoldsTrack instantiation reasons in proofs (#6935)
2021-07-26 Andrew ReynoldsEnable default equality proofs for sets (#6931)
2021-07-15 Mathias Preinerbv: Rename lazy solver to layered solver. (#6889)
2021-07-15 Mathias Preinerbv: Rename simple solver to bitblast-internal. (#6888)
2021-07-12 Andrew ReynoldsAdd trace for combination splits (#6862)
2021-06-26 yoni206pow2 -- final changes (#6800)
2021-06-25 yoni206pow2: Adding monotonicity lemma (#6793)
2021-06-15 yoni206pow2: adding a kind, inference rules, and some implemen...
2021-05-19 Andrew ReynoldsAdd more missing inference ids (#6313)
2021-04-14 Aina NiemetzRename public and private headers in src/include. ...
2021-04-13 Andrew ReynoldsAdd pool instantiation strategy (#6308)
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-31 Andrew ReynoldsAdd missing inference ids (#6242)
2021-03-21 Andrew ReynoldsClean up remaining raw uses of output channel (#6161)
2021-03-16 Andrew ReynoldsFurther standardization of strings statistics (#6128)
2021-03-11 Gereon KremerMake linear arithmetic use its inference manager (...
2021-03-11 Andrew ReynoldsIntroduce inference ids for quantifier instantiation...
2021-03-11 Andrew ReynoldsDirect lemmas and inference ids for sygus extension...
2021-03-09 Gereon KremerSome more cleanup of includes (#6083)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-08 Andrew Reynolds(proof-new) Prepare arithmetic for changes to ppRewrite...
2021-02-22 Andrew ReynoldsEliminate raw use of output channel and valuation in...
2021-02-19 Andrew ReynoldsFill in missing inference ids in datatypes theory ...
2021-02-19 Gereon KremerCleanup of inferences in arithmetic theory (#5927)
2021-02-18 Gereon KremerAdd InferenceIds for sets theory. (#5900)
2021-02-18 Gereon KremerNew InferenceIds for BV theory (#5909)
2021-02-18 Andrew ReynoldsDocument UF inferences (#5917)
2021-02-17 Gereon KremerUse InferenceId in sep theory. (#5912)
2021-02-17 Gereon KremerTheoryIds for UF theory. (#5901)
2021-02-17 Gereon KremerAdd InferenceIds for theory of arrays (#5910)
2021-02-11 Gereon KremerMerge InferenceIds into one enum (#5892)