Skip to content

Commit 6d5f53c

Browse files
committed
Turns off using lambdas for array comprehension
Using lambdas for array comprehension can cause errors in get-value operations later. Fixes #7767
1 parent 1ecce42 commit 6d5f53c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/solvers/smt2/smt2_conv.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ smt2_convt::smt2_convt(
132132
use_array_of_bool = true;
133133
use_as_const = true;
134134
use_check_sat_assuming = true;
135-
use_lambda_for_array = true;
136135
emit_set_logic = false;
137136
use_datatypes = true;
138137
break;

0 commit comments

Comments
 (0)