bench: make ltlcross and ltlclass work again
They were not updated since we moved binaries around in Spot 2.0. Let them use ltl2tgba directly. * bench/ltlclasses/plot.gnu, bench/ltlclasses/run, bench/ltlcounter/plot.gnu, bench/ltlcounter/run: Adjust.
This commit is contained in:
parent
7e7c257597
commit
98e7e4e49a
4 changed files with 43 additions and 78 deletions
|
|
@ -2,51 +2,40 @@ set terminal postscript eps enhanced color
|
|||
set ytics nomirror
|
||||
set y2tics auto
|
||||
set ylabel "states"
|
||||
set y2label "ticks"
|
||||
set y2label "seconds"
|
||||
set key left top
|
||||
|
||||
set output 'results1.fm.eps'
|
||||
set output 'resultsalpha.fm.eps'
|
||||
|
||||
plot 'results1.fm' using 1:($4+$5) '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
with filledcurve x1 title "Total Time" axes x1y2, \
|
||||
'results1.fm' using 1:4 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
plot 'resultsalpha.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
||||
with filledcurve x1 title "Translation Time" axes x1y2, \
|
||||
'results1.fm' using 1:2 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
'resultsalpha.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
||||
with lines title "States"
|
||||
|
||||
set output 'results2.fm.eps'
|
||||
set output 'resultsbeta.fm.eps'
|
||||
|
||||
plot 'results2.fm' using 1:($4+$5) '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
with filledcurve x1 title "Total Time" axes x1y2, \
|
||||
'results2.fm' using 1:4 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
plot 'resultsbeta.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
||||
with filledcurve x1 title "Translation Time" axes x1y2, \
|
||||
'results2.fm' using 1:2 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
'resultsbeta.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
||||
with lines title "States"
|
||||
|
||||
set output 'results3.fm.eps'
|
||||
set output 'resultsbeta-prime.fm.eps'
|
||||
|
||||
plot 'results3.fm' using 1:($4+$5) '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
with filledcurve x1 title "Total Time" axes x1y2, \
|
||||
'results3.fm' using 1:4 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
plot 'resultsbeta-prime.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
||||
with filledcurve x1 title "Translation Time" axes x1y2, \
|
||||
'results3.fm' using 1:2 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
'resultsbeta-prime.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
||||
with lines title "States"
|
||||
|
||||
set output 'results4.fm.eps'
|
||||
set output 'resultsphi.fm.eps'
|
||||
|
||||
plot 'results4.fm' using 1:($4+$5) '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
with filledcurve x1 title "Total Time" axes x1y2, \
|
||||
'results4.fm' using 1:4 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
plot 'resultsphi.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
||||
with filledcurve x1 title "Translation Time" axes x1y2, \
|
||||
'results4.fm' using 1:2 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
'resultsphi.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
||||
with lines title "States"
|
||||
|
||||
set output 'results5.fm.eps'
|
||||
set output 'resultsxi.fm.eps'
|
||||
|
||||
plot 'results5.fm' using 1:($4+$5) '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
with filledcurve x1 title "Total Time" axes x1y2, \
|
||||
'results5.fm' using 1:4 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
plot 'resultsxi.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
||||
with filledcurve x1 title "Translation Time" axes x1y2, \
|
||||
'results5.fm' using 1:2 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
'resultsxi.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
||||
with lines title "States"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue