bv: Add support for --bitblast=eager. (#6516)
[cvc5.git] / src / theory / bv / bv_solver_bitblast.h
2021-05-19 Mathias Preinerbv: Add support for --bitblast=eager. (#6516)
2021-05-14 Mathias Preinerbv: Assert input facts on user-level 0. (#6515)
2021-05-13 Mathias PreinerAdd std::hash overloads for Node, TNode and TypeNode...
2021-04-30 Mathias Preinerbv: Refactor ppAssert and move to TheoryBV. (#6470)
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)
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-02-17 Mathias PreinerAdd bit-level propagation support to BV bitblast solver...
2021-02-13 Mathias PreinerProperly set up equality engine for BV bitblast solver...
2021-02-03 Mathias PreinerAdd BV solver bitblast. (#5851)