projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb49f39
)
Run in application track with --check-models.
author
Morgan Deters
<mdeters@cs.nyu.edu>
Sun, 22 Jun 2014 02:09:17 +0000
(22:09 -0400)
committer
Morgan Deters
<mdeters@cs.nyu.edu>
Sun, 22 Jun 2014 02:09:17 +0000
(22:09 -0400)
contrib/run-script-smtcomp2014-application
patch
|
blob
|
history
diff --git
a/contrib/run-script-smtcomp2014-application
b/contrib/run-script-smtcomp2014-application
index fb4ebe25959bedc7e9feda8c21c9702b91108f4c..165293e74be8cb252d128fe46ed4f461ea8f359e 100755
(executable)
--- 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