summaryrefslogtreecommitdiff
path: root/contrib/run-script-casc24-fof
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-05-20 11:06:02 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-05-20 11:06:02 -0500
commitdcda4b10c3dd0dbbfd41203d4bbdaca6990ef0a8 (patch)
tree6b78991522b86b78b4baa051b749c84e6d9ad139 /contrib/run-script-casc24-fof
parent6c407fa61d5a6ceaa3adef39d88e186823b28dbc (diff)
Possible final version of run scripts for casc.
Diffstat (limited to 'contrib/run-script-casc24-fof')
-rwxr-xr-xcontrib/run-script-casc24-fof18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/run-script-casc24-fof b/contrib/run-script-casc24-fof
index eb8e91310..940e26946 100755
--- a/contrib/run-script-casc24-fof
+++ b/contrib/run-script-casc24-fof
@@ -14,19 +14,19 @@ filename=${file%.*}
function trywith {
result="$( ulimit -t "$1";shift;$cvc4 -L tptp --szs-compliant --no-checking --no-interactive "$@" $bench)"
case "$result" in
- sat) echo "SZS Satisfiable for $filename"; exit 0;;
- unsat) echo "SZS Unsatisfiable for $filename"; exit 0;;
- conjecture-sat) echo "SZS CounterSatisfiable for $filename"; exit 0;;
- conjecture-unsat) echo "SZS Theorem for $filename"; exit 0;;
+ sat) echo "% SZS Satisfiable for $filename"; exit 0;;
+ unsat) echo "% SZS Unsatisfiable for $filename"; exit 0;;
+ conjecture-sat) echo "% SZS CounterSatisfiable for $filename"; exit 0;;
+ conjecture-unsat) echo "% SZS Theorem for $filename"; exit 0;;
esac
}
function finishwith {
result="$( $cvc4 -L tptp --szs-compliant --no-checking --no-interactive "$@" $bench)"
case "$result" in
- sat) echo "SZS Satisfiable for $filename"; exit 0;;
- unsat) echo "SZS Unsatisfiable for $filename"; exit 0;;
- conjecture-sat) echo "SZS CounterSatisfiable for $filename"; exit 0;;
- conjecture-unsat) echo "SZS Theorem for $filename"; exit 0;;
+ sat) echo "% SZS Satisfiable for $filename"; exit 0;;
+ unsat) echo "% SZS Unsatisfiable for $filename"; exit 0;;
+ conjecture-sat) echo "% SZS CounterSatisfiable for $filename"; exit 0;;
+ conjecture-unsat) echo "% SZS Theorem for $filename"; exit 0;;
esac
}
@@ -34,4 +34,4 @@ trywith 30
trywith 15 --finite-model-find --fmf-inst-engine
trywith 30 --finite-model-find --decision=justification --fmf-fmc
trywith $to --decision=justification
-echo "SZS GaveUp for $filename" \ No newline at end of file
+echo "% SZS GaveUp for $filename" \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback