doc: add another paper refering to the library
[barvinok.git] / doc / sum.gp
blob2292c5a0fd873fd0377f931d7cd03b7286e45d3b
1 set output 'sum.eps'
2 set terminal postscript eps 18
3 set key bottom
4 set logscale y
5 set ylabel "time (s)"
6 plot "sum_times_0" title "reduction to unweighted Barvinok", "sum_times_1" title "nested sums", "sum_times_2" title "Euler-Maclaurin", "sum_times_3" title "Laurent expansion (old)", "sum_times_4" title "Laurent expansion (new)"