benchmark/edge_lookup_test
author deba
Tue, 27 Nov 2007 15:41:43 +0000
changeset 2522 616c019215c4
permissions -rwxr-xr-x
Performance bug in Preflow
The initial relabeling moved each node to the lowest level
Doc bug fix
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done