Skip to content

Commit 260bc03

Browse files
committed
small fix
Signed-off-by: Felipe R. Monteiro <[email protected]>
1 parent e0db29e commit 260bc03

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
@@ -79,7 +79,7 @@ class boolbvt:public arrayst
7979
SUB::post_process();
8080
}
8181

82-
enum class unbounded_arrayt { U_NONE, U_ALL, U_AUTO };
82+
enum class unbounded_arrayt { U_AUTO, U_ALL, U_AUTO };
8383
unbounded_arrayt unbounded_array;
8484

8585
mp_integer get_value(const bvt &bv)

0 commit comments

Comments
 (0)