do not take resource limits from more than one source
[why3.git] / bench / encoding / see_result.sh
blobd32d76e30e41cc9729f81c18f294913bdae4b65d
1 #!/bin/sh
4 #benchs=$(echo partial_deco.csv partial_deco_goal.csv partial_explicit.csv \
5 # partial_explicit_goal.csv twin_deco.csv twin_explicit.csv)
7 benchs="$@"
9 echo yices
10 ./diff_all.sh 3 $benchs
11 echo z3
12 ./diff_all.sh 5 $benchs
13 echo cvc3
14 ./diff_all.sh 7 $benchs