We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03213c1 + fbbc5fd commit 432fb2eCopy full SHA for 432fb2e
src/solvers/flattening/boolbv.h
@@ -47,7 +47,7 @@ class boolbvt:public arrayst
47
message_handlert &message_handler,
48
bool get_array_constraints = false)
49
: arrayst(_ns, _prop, message_handler, get_array_constraints),
50
- unbounded_array(unbounded_arrayt::U_AUTO),
+ unbounded_array(unbounded_arrayt::U_NONE),
51
bv_width(_ns),
52
bv_utils(_prop),
53
functions(*this),
0 commit comments