Reimplement support for relational triggers (#7063)
[cvc5.git] / src / theory / trust_substitutions.h
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-05-07 Andrew ReynoldsSimplifications to expand definitions (#6487)
2021-04-30 Andrew ReynoldsUse substitutions for implementing defined functions...
2021-04-26 Andrew ReynoldsEnsure dependency is tracked for all substitutions...
2021-04-22 Andrew ReynoldsMake trust substitution map generate proofs lazily...
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-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2020-12-23 Andrew Reynolds(proof-new) Miscelleneous fixes from proof-new (#5714)
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-11-20 Gereon Kremer(proof-new) Replace LazyCDProofSet by generic CDProofSe...
2020-10-20 Andrew Reynolds(proof-new) Update add lazy step interface in LazyCDPro...
2020-10-18 Andrew Reynolds(proof-new) Implementation of trust substitution (...
2020-10-06 Andrew Reynolds(proof-new) Add interface for trusted substitution...