Run in application track with --check-models.
authorMorgan Deters <mdeters@cs.nyu.edu>
Sun, 22 Jun 2014 02:09:17 +0000 (22:09 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Sun, 22 Jun 2014 02:09:17 +0000 (22:09 -0400)
contrib/run-script-smtcomp2014-application

index fb4ebe25959bedc7e9feda8c21c9702b91108f4c..165293e74be8cb252d128fe46ed4f461ea8f359e 100755 (executable)
@@ -19,7 +19,7 @@ function runcvc4 {
   # we run in this way for line-buffered input, otherwise memory's a
   # concern (plus it mimics what we'll end up getting from an
   # application-track trace runner?)
-  (echo "(set-logic $logic)"; cat) | $cvc4 -L smt2 --print-success --no-checking --no-interactive --tear-down-incremental "$@"
+  (echo "(set-logic $logic)"; cat) | $cvc4 -L smt2 --print-success --no-checking --no-interactive --tear-down-incremental --check-models "$@"
 }
 
 case "$logic" in