Skip to content

Commit 432fb2e

Browse files
authored
Merge pull request #6232 from martin-cs/fix/arrays-6230
Revert the change to the use of unbounded arrays
2 parents 03213c1 + fbbc5fd commit 432fb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/flattening/boolbv.h

+1-1
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)