bv: Refactor getEqualityStatus and use for both bitblasting solvers. (#6933)
[cvc5.git] / src / theory / bv / bitblast / proof_bitblaster.cpp
2021-07-27 Mathias Preinerbv: Refactor getEqualityStatus and use for both bitblas...
2021-07-15 Mathias Preinerbv: Rename BBSimple to NodeBitblaster. (#6891)
2021-07-13 Mathias Preinerbv: Simplify BV_BITBLAST_* proof rules. (#6871)
2021-07-13 Mathias Preinerbv: Do not rewrite below BV leafs in BBProof's TConvPro...
2021-07-13 Mathias Preinerbv: Expand bitblast proof steps in the proof post proce...
2021-05-24 Andrew ReynoldsMove proof utilities to src/proof/ (#6611)
2021-05-21 Aina NiemetzBV: Rename BITVECTOR_PLUS to BITVECTOR_ADD. (#6589)
2021-05-13 Mathias PreinerAdd std::hash overloads for Node, TNode and TypeNode...
2021-04-23 Aina NiemetzBV: Add proof logging for bit-blasting. (#6373)
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-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-04 Aina NiemetzAdd initial bit-blaster for proof logging. (#6053)