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

Fixup dotestCL.sh

parent 9b79c276
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,20 @@ ...@@ -2,15 +2,20 @@
dir=$HOME/.www/cool/noon/ dir=$HOME/.www/cool/noon/
ulimit -S -m 6000000
ulimit -H -m 6000000
while sleep 0.2 ; do while sleep 0.2 ; do
for T in 5 ; do for T in 0 1 2 ; do
for d in {8..15} ; do for d in {3..15} ; do
echo echo
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 \
--coalition-logic \ --coalition-logic \
--modal-depth-tbox 2 -T $T -n 2 \
-A 5 \ -A 5 \
--no-toplevel-disj-form \
--no-toplevel-conj-tbox \
--modal-depth-tbox 2 -T $T -n 2 \
--max-conjuncts 4 \ --max-conjuncts 4 \
--max-disjuncts 4 \ --max-disjuncts 4 \
-d $d \ -d $d \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment