Implement --no-strings-lazy-pp as a preprocessing pass (#5777)
[cvc5.git] / src / preprocessing / passes / bv_to_int.cpp
2021-01-08 yoni206bv-to-int: avoid binarizing nodes twice (#5749)
2020-12-08 yoni206bv-to-int: Expand definitions of bvudiv and bvurem...
2020-12-07 makaimannAdd bitwise refinement mode for IAND (#5328)
2020-12-04 Alex OzdemirUse NodeDfsIterable for makeBinary (#5595)
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-10-16 yoni206bv2int: caching introduced terms (#5283)
2020-10-14 yoni206bv2int: rewritings and unsat cores (#5263)
2020-10-13 yoni206bv2int: improving bvand tables (#5235)
2020-10-12 Andrew ReynoldsEliminate uses of Expr in SmtEngine interface (#5240)
2020-10-10 yoni206bv2int: bvand translation code move (#5227)
2020-09-23 yoni206bv2int: new options for bvand translation (#5096)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-18 yoni206bv2int: quantifiers support (#5080)
2020-09-16 yoni206bv2int: support models in tests (#5068)
2020-09-14 yoni206bv2int: simpler translation for plus and times (#5055)
2020-09-14 Andres NoetzliFix type for Windows build (#5062)
2020-09-10 yoni206bv2int: refactoring the main translation loop (#5051)
2020-09-10 yoni206bv2int: improvement in lazy failures (#5020)
2020-09-03 yoni206Changing the handled operators in bv2int preprocessing...
2020-08-28 yoni206Incremental support for bv_to_int (#4967)
2020-07-11 yoni206Changing bv_to_int options (#4721)
2020-06-19 yoni206Bv to int elimination bugfix (#4435)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-03-25 Ahmed Irfanbv2int : linear mult opt (#4142)
2020-03-19 yoni206Bv2int fail on demand
2020-02-25 yoni206bv_to_int preprocessing pass