bigworld

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

commit f910ac9ac23d607c71b79a0e55b02485e42555dc
parent dc5c5b815c865a0e9053417fc78ee93147e3d7bf
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 20 May 2015 23:54:26 +0200

oops

Diffstat:
smallworld.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smallworld.sh b/smallworld.sh @@ -31,6 +31,6 @@ join routesb.dat active.dat | } }' > routesc.dat g++ -Wall -o smallworld -O3 smallworld.cpp -./smallworld close < routesc.dat | tee pairs.out -./smallworld < routesc.dat | tee pairs_close.out +./smallworld < routesc.dat | tee pairs.out +./smallworld close < routesc.dat | tee pairs_close.out