Skip to content

Commit 0a9cb2a

Browse files
regbromac
authored andcommitted
adding -i as default for CVC4, not sure why except regb#33
1 parent 25b6537 commit 0a9cb2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/smtlib/interpreters/CVC4Interpreter.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ object CVC4Interpreter {
4242
def buildDefault: CVC4Interpreter = {
4343
val executable = "cvc4"
4444
val args = Array("-q",
45+
"-i",
4546
"--produce-models",
4647
"--dt-rewrite-error-sel",
4748
"--print-success",

0 commit comments

Comments
 (0)