Generalize congruence handling for HO in eq proofs (#6883)
[cvc5.git] / src / theory / uf / eq_proof.cpp
2021-07-14 Haniel BarbosaGeneralize congruence handling for HO in eq proofs...
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-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-10 Aina NiemetzMove ExprManager::isNAryKind to NodeManager. (#6107)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-16 Haniel Barbosa[proof-new] Extending eqproof conversion to HO congruen...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-13 Haniel Barbosa[proof-new] Adding support for corner case of transitiv...
2020-08-12 Haniel Barbosageneralize handling MERGED_THROUGH_CONSTANST in EqProof...
2020-07-17 Haniel BarbosaFix EqProof to ProofNode conversion (#4760)
2020-07-16 Haniel Barbosa(proof-new) Implements the conversion between EqProof...
2020-07-16 Haniel Barbosa(proof-new) Adding API for converting EqProof into...