Skip to content

Commit b5169ee

Browse files
committed
Fix and enable COMPACT_LT_LE, needs re-eval
1 parent 9cb2d84 commit b5169ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/flattening/bv_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ literalt bv_utilst::equal(const bvt &op0, const bvt &op1)
12871287

12881288
// Saves space but slows the solver
12891289
// There is a variant that uses the xor as an auxiliary that should improve both
1290-
// #define COMPACT_LT_OR_LE
1290+
#define COMPACT_LT_OR_LE
12911291

12921292

12931293

0 commit comments

Comments
 (0)