Moved files to 'reactics-smt'

This commit is contained in:
Artur Meski
2019-03-03 22:26:00 +00:00
parent c3a19d81dc
commit 5eb8e3b63d
33 changed files with 0 additions and 0 deletions

7
reactics-smt/scripts/run.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
for i in 2 3 4 5 6 7 8 9 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100;
do
./rssmt.py $i | tee "out/result_$i.out"
echo "$i: $(tail -1 out/result_$i.out)" >> out/all.out
done