Skip to content

Commit 54c385e

Browse files
authored
Merge pull request #6205 from TGWDB/SMT_fix_cvc4_bool_bitvec
Fix bool versus bitvec 1 sort mismtach for CVC4
2 parents 72c3696 + 081649e commit 54c385e

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+
use_array_of_bool = true;
99100
use_as_const = true;
100101
break;
101102

0 commit comments

Comments
 (0)