Skip to content

Commit fbbc5fd

Browse files
author
martin
committed
Revert the change to the use of unbounded arrays
This was introduced in diffblue#6194 but reported as breaking in diffblue#6230.
1 parent 06c563a commit fbbc5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/flattening/boolbv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class boolbvt:public arrayst
4747
message_handlert &message_handler,
4848
bool get_array_constraints = false)
4949
: arrayst(_ns, _prop, message_handler, get_array_constraints),
50-
unbounded_array(unbounded_arrayt::U_AUTO),
50+
unbounded_array(unbounded_arrayt::U_NONE),
5151
bv_width(_ns),
5252
bv_utils(_prop),
5353
functions(*this),

0 commit comments

Comments
 (0)