summaryrefslogtreecommitdiff
path: root/contrib/run-script-cascj7-fof
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-10 15:14:34 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-10 15:14:48 -0500
commit8ebd49cb903ba19f9330820d02af08e226c9b791 (patch)
tree1c8bd32e39330ed4b2d1e070584842bc542a3f92 /contrib/run-script-cascj7-fof
parentf8a37b9ce3a88d211e252c02c5436fcfa360cb73 (diff)
Bug fixes to CBQI. Add first draft of CASC j7 TFF script. Add regression, minor changes.
Diffstat (limited to 'contrib/run-script-cascj7-fof')
-rwxr-xr-xcontrib/run-script-cascj7-fof6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/run-script-cascj7-fof b/contrib/run-script-cascj7-fof
index bfaaf722f..151413ac2 100755
--- a/contrib/run-script-cascj7-fof
+++ b/contrib/run-script-cascj7-fof
@@ -25,9 +25,9 @@ function trywith {
if [ ${PIPESTATUS[1]} -eq 0 ]; then exit 0; fi
}
-trywith 30
-trywith 10 --decision=internal
+trywith 30 --full-saturate-quant
+trywith 10 --decision=internal --full-saturate-quant
trywith 30 --finite-model-find --fmf-inst-engine --mbqi=gen-ev
trywith 15 --finite-model-find --decision=justification-stoponly
-trywith $to --quant-cf
+trywith $to --quant-cf --full-saturate-quant
echo "% SZS status" "GaveUp for $filename"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback