Skip to content
Snippets Groups Projects
Commit 009d7d15 authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Improve dotestGML.sh

parent 9c4c274b
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,12 @@ while sleep 0.2 ; do ...@@ -12,11 +12,12 @@ while sleep 0.2 ; do
echo "=== d=$d T=$T ===" echo "=== d=$d T=$T ==="
~/git/cool-solver/randcool/dist/build/randcool/randcool \ ~/git/cool-solver/randcool/dist/build/randcool/randcool \
-G \ -G \
--min-grade 1 \
--no-toplevel-disj-form \ --no-toplevel-disj-form \
--no-toplevel-conj-tbox \ --no-toplevel-conj-tbox \
--modal-depth-tbox 2 -T 0 -n 2 \ --modal-depth-tbox 2 -T 0 -n 2 \
--max-conjuncts 6 \ --max-conjuncts 7 \
--max-disjuncts 6 \ --max-disjuncts 7 \
-d $d \ -d $d \
> input > input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment