pow2: adding a kind, inference rules, and some implementations in the pow2 solver...
[cvc5.git] / src / theory / inference_id.cpp
2021-06-15 yoni206pow2: adding a kind, inference rules, and some implemen...
2021-05-19 Andrew ReynoldsAdd more missing inference ids (#6313)
2021-04-13 Andrew ReynoldsAdd pool instantiation strategy (#6308)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-09 Gereon KremerAdd missing InferenceIds to toString (#6320)
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 Andrew ReynoldsIntroduce inference ids for quantifier instantiation...
2021-03-11 Andrew ReynoldsDirect lemmas and inference ids for sygus extension...
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-08 Andrew Reynolds(proof-new) Prepare arithmetic for changes to ppRewrite...
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-02-19 Andrew ReynoldsFill in missing inference ids in datatypes theory ...
2021-02-19 Andrew ReynoldsRemove string stat for inferences (#5932)
2021-02-19 Gereon KremerCleanup of inferences in arithmetic theory (#5927)
2021-02-18 Gereon KremerAdd InferenceIds for sets theory. (#5900)
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)