forked from sneeuwballen/zipperposition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_base.sh
27 lines (22 loc) · 1 KB
/
run_base.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
# 1955 solved under 30 seconds
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
ulimit -t $2
$DIR/zipperposition ${1:+"$1"} \
-i tptp\
-o tptp\
--timeout "$2" -nc --tptp-def-as-rewrite --rewrite-before-cnf=true \
--mode=ho-competitive --boolean-reasoning=simpl-only \
--ext-rules=off \
--ho-prim-enum=pragmatic --ho-prim-max=1 \
--avatar=off \
--recognize-injectivity=true --ho-elim-leibniz=1 \
--ho-unif-level=full-framework --no-max-vars \
-q "2|prefer-goals|conjecture-relative-e(0.5,1,100,100,100,100,1.5,1.5,1)" \
-q "4|const|conjecture-relative-e(0.1,1,100,100,100,100,1.5,1.5,1.5)" \
-q "1|prefer-processed|fifo" \
-q "1|prefer-non-goals|conjecture-relative-e(0.5,1,100,100,100,100,1.5,1.5,1.5)" \
-q "4|prefer-sos|pnrefined(1,1,1,1,2,1.5,2)" \
--select=ho-selection5 --ho-choice-inst=true \
--sine=50 --sine-tolerance=2 --sine-depth-max=4 --sine-depth-min=1 \
--scan-clause-ac=false --kbo-weight-fun=arity0 --prec-gen-fun=invfreq_conj "${@:4}"