benchmark/edge_lookup_test
author deba
Thu, 22 Mar 2007 15:40:50 +0000
changeset 2413 21eb3ccdc3df
permissions -rwxr-xr-x
Right dimacs format for min cost flows
Bug fixes in tolerance and min_mean_cycle
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done