benchmark/edge_lookup_test
author kpeter
Sun, 13 Jan 2008 10:32:14 +0000
changeset 2556 74c2c81055e1
permissions -rwxr-xr-x
Cleanup in the minimum cost flow files.
The changes only affects the documentation and the look of the source codes.
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done