We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b6537 commit 0a9cb2aCopy full SHA for 0a9cb2a
src/main/scala/smtlib/interpreters/CVC4Interpreter.scala
@@ -42,6 +42,7 @@ object CVC4Interpreter {
42
def buildDefault: CVC4Interpreter = {
43
val executable = "cvc4"
44
val args = Array("-q",
45
+ "-i",
46
"--produce-models",
47
"--dt-rewrite-error-sel",
48
"--print-success",
0 commit comments