bigworld

compute diameter of flights graph
git clone https://a3nm.net/git/bigworld/
Log | Files | Refs

commit 946cdc6f00aacee953d9709c32886433da58b83e
parent 140014be3b22f415860bc2a7d26d090d6df55063
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  9 Dec 2016 16:42:17 +0100

fix glitch in script

Diffstat:
bigworld.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigworld.sh b/bigworld.sh @@ -27,7 +27,7 @@ cat routes_active.dat <(sed 's/#.*//' routes_add) | sort -k1,1 | ./number.sh > routes_fix.dat -g++ -Wall -o bigworld -O3 bigworld +g++ -Wall -o bigworld -O3 bigworld.cpp ./bigworld < routes_naive.dat | tee pairs_naive.out #./bigworld close < routes_fix.dat | tee pairs_close.out ./bigworld < routes_fix.dat | tee pairs.out