summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/run-script-casc25-fof8
-rw-r--r--contrib/run-script-casc25-tfa (renamed from contrib/run-script-casc25-tff)2
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/run-script-casc25-fof b/contrib/run-script-casc25-fof
index b6bea37dd..7717abe47 100755
--- a/contrib/run-script-casc25-fof
+++ b/contrib/run-script-casc25-fof
@@ -15,7 +15,7 @@ echo "------- cvc4-fof casc 25 : $bench at $2..."
function trywith {
limit=$1; shift;
echo "--- Run $@ at $limit...";
- (ulimit -S -t "$limit";$cvc4 --lang=tptp --no-checking --no-interactive --dump-instantiations --inst-format=szs --force-no-limit-cpu-while-dump "$@" $bench) 2>/dev/null |
+ (ulimit -S -t "$limit";$cvc4 --lang=tptp --no-checking --no-interactive --dump-instantiations --inst-format=szs --force-no-limit-cpu-while-dump --quant-alpha-equiv "$@" $bench) 2>/dev/null |
(read w1 w2 w3 result w4 w5;
case "$result" in
Unsatisfiable) echo "$w1 $w2 $w3 $result $w4 $w5";cat;exit 0;;
@@ -25,13 +25,13 @@ function trywith {
}
function finishwith {
echo "--- Run $@...";
- $cvc4 --lang=tptp --no-checking --no-interactive --dump-instantiations --inst-format=szs --force-no-limit-cpu-while-dump "$@" $bench
+ $cvc4 --lang=tptp --no-checking --no-interactive --dump-instantiations --inst-format=szs --force-no-limit-cpu-while-dump --quant-alpha-equiv "$@" $bench
}
# designed for 300 seconds
trywith 15 --relevant-triggers --clause-split --full-saturate-quant
trywith 15 --clause-split --no-e-matching --full-saturate-quant
-trywith 15 --finite-model-find --quant-cf --sort-inference --uf-ss-fair
+trywith 15 --finite-model-find --quant-cf --qcf-all-conflict --sort-inference --uf-ss-fair
trywith 5 --trigger-sel=max --full-saturate-quant
trywith 5 --relevant-triggers --clause-split --multi-trigger-when-single --full-saturate-quant
trywith 5 --multi-trigger-when-single --multi-trigger-priority --full-saturate-quant
@@ -39,7 +39,7 @@ trywith 5 --pre-skolem-quant --no-pre-skolem-quant-nested --full-saturate-quant
trywith 15 --relevant-triggers --decision=internal --full-saturate-quant
trywith 15 --clause-split --no-quant-cf --full-saturate-quant
trywith 15 --clause-split --trigger-sel=min --full-saturate-quant
-trywith 30 --relevant-triggers --prenex-quant=none --full-saturate-quant
+trywith 30 --prenex-quant=none --full-saturate-quant
trywith 30 --decision=internal --simplification=none --no-inst-no-entail --no-quant-cf --full-saturate-quant
trywith 30 --finite-model-find --fmf-inst-engine --sort-inference --uf-ss-fair --mbqi=gen-ev
finishwith --term-db-mode=relevant --full-saturate-quant
diff --git a/contrib/run-script-casc25-tff b/contrib/run-script-casc25-tfa
index 9313b7886..463b5396e 100644
--- a/contrib/run-script-casc25-tff
+++ b/contrib/run-script-casc25-tfa
@@ -6,7 +6,7 @@ bench="$1"
file=${bench##*/}
filename=${file%.*}
-echo "------- cvc4-tff casc 25 : $bench at $2..."
+echo "------- cvc4-tfa casc 25 : $bench at $2..."
# use: trywith [params..]
# to attempt a run. If an SZS ontology result is printed, then
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback