Skip to content

Commit

Permalink
Turns off using lambdas for array comprehension
Browse files Browse the repository at this point in the history
Using lambdas for array comprehension can cause errors in
get-value operations later.

Fixes #7767
  • Loading branch information
TGWDB committed Aug 3, 2023
1 parent 7a97c6e commit 6701979
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/solvers/smt2/smt2_conv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ smt2_convt::smt2_convt(
use_array_of_bool = true;
use_as_const = true;
use_check_sat_assuming = true;
use_lambda_for_array = true;
emit_set_logic = false;
use_datatypes = true;
break;
Expand Down

0 comments on commit 6701979

Please sign in to comment.