From: Morgan Deters Date: Sun, 22 Jun 2014 02:09:17 +0000 (-0400) Subject: Run in application track with --check-models. X-Git-Tag: cvc5-1.0.0~6700^2~11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37e1a756c83a24322f1cb496dbd2e85a162c93b0;p=cvc5.git Run in application track with --check-models. --- diff --git a/contrib/run-script-smtcomp2014-application b/contrib/run-script-smtcomp2014-application index fb4ebe259..165293e74 100755 --- a/contrib/run-script-smtcomp2014-application +++ b/contrib/run-script-smtcomp2014-application @@ -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