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

Improve dotestK.sh script

parent ba15d9cf
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
while true ; do dir=$HOME/.www/cool/noon/
for d in {12..20} ; do
while sleep 0.2 ; do
for T in 5 ; do
for d in $(seq 2 3 17) ; do
echo echo
echo "=== d=$d ===" echo "=== d=$d T=$T ==="
~/git/cool-solver/randcool/dist/build/randcool/randcool \ ~/git/cool-solver/randcool/dist/build/randcool/randcool \
-K \ -K \
--modal-depth-tbox 2 -T 2 -n 2 \ --no-toplevel-disj-form \
--no-toplevel-conj-tbox \
--modal-depth-tbox 2 -T $T -n 2 \
--max-conjuncts 6 \ --max-conjuncts 6 \
--max-disjuncts 6 \ --max-disjuncts 6 \
-d $d \ -d $d \
> input > input
./coalgcompare --timeout 300 genericK < input | tee -a K-${d} ./coalgcompare --timeout 300 genericK < input | tee -a $dir/K-d${d}-T${T}.${HOSTNAME}
done
done done
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment