Skip to content

Commit 793801c

Browse files
authored
Merge pull request #7676 from tautschnig/bugfixes/cvc5-no-lambda
SMT2 back-end: CVC5 does not support lambda expressions
2 parents b1b39e8 + b8bd6c6 commit 793801c

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
@@ -119,7 +119,6 @@ smt2_convt::smt2_convt(
119119
use_array_of_bool = true;
120120
use_as_const = true;
121121
use_check_sat_assuming = true;
122-
use_lambda_for_array = true;
123122
use_datatypes = true;
124123
break;
125124

0 commit comments

Comments
 (0)