Skip to content

Commit d06d17c

Browse files
committed
Fix logic choice for CVC4
CVC4 allows ALL logic to be specified which in turn allows for quantifiers in forumulas. Fixes diffblue#5977
1 parent e824a89 commit d06d17c

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
@@ -96,6 +96,7 @@ smt2_convt::smt2_convt(
9696
break;
9797

9898
case solvert::CVC4:
99+
logic = "ALL";
99100
use_array_of_bool = true;
100101
use_as_const = true;
101102
break;

0 commit comments

Comments
 (0)