Skip to content

Commit 318101f

Browse files
authored
Merge pull request #6248 from TGWDB/CVC4-logic-ALL
[RFC] Direct CVC4 to use ALL logics
2 parents 667858f + cacd7ab commit 318101f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/solvers/smt2/smt2_conv.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ smt2_convt::smt2_convt(
9797
break;
9898

9999
case solvert::CVC4:
100+
logic = "ALL";
100101
use_array_of_bool = true;
101102
use_as_const = true;
102103
break;

0 commit comments

Comments
 (0)