We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c563a commit fbbc5fdCopy full SHA for fbbc5fd
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