summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-07-02 16:54:10 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-07-02 16:54:10 +0200
commit69769dae4886621f82c2905b82db727bf2e8cf3f (patch)
treefde0dfe43acb6fc7f0f07251de91db6ed8c2a148 /contrib
parentd475d255f3c61380524517cd9b97725dcb0c9c22 (diff)
On-demand upper bound lemmas for deltas in quantified LRA (for casc). Force no macros-quant in incremental. Update casc TFN script.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/run-script-casc25-tfn5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/run-script-casc25-tfn b/contrib/run-script-casc25-tfn
index d3c5d0344..6888d7b49 100644
--- a/contrib/run-script-casc25-tfn
+++ b/contrib/run-script-casc25-tfn
@@ -15,7 +15,7 @@ echo "------- cvc4-tfn casc 25 : $bench at $2..."
function trywith {
limit=$1; shift;
echo "--- Run $@ at $limit...";
- (ulimit -t "$limit";$cvc4 --lang=tptp --no-checking --no-interactive "$@" $bench) 2>/dev/null |
+ (ulimit -t "$limit";$cvc4 --lang=tptp --no-checking --no-interactive --force-logic="UFNIRA" "$@" $bench) 2>/dev/null |
(read w1 w2 w3 result w4 w5;
case "$result" in
Satisfiable) echo "$w1 $w2 $w3 $result $w4 $w5";cat;exit 0;;
@@ -25,11 +25,10 @@ function trywith {
}
function finishwith {
echo "--- Run $@...";
- $cvc4 --lang=tptp --no-checking --no-interactive "$@" $bench
+ $cvc4 --lang=tptp --no-checking --no-interactive --force-logic="UFNIRA" "$@" $bench
}
trywith 30 --cbqi2 --decision=internal --full-saturate-quant
-trywith 60 --finite-model-find --sort-inference --uf-ss-fair
trywith 30 --cbqi --full-saturate-quant
trywith 60 --cbqi --cbqi-recurse --full-saturate-quant
trywith 60 --fmf-bound-int --macros-quant
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback