benchmark/edge_lookup_test
author kpeter
Thu, 13 Nov 2008 10:54:42 +0000
changeset 2628 74520139e388
permissions -rwxr-xr-x
Improve tree update procedure in NetworkSimplex
The new method updates a smaller subtree (fixing a bug) and shifting the
potentials with a costant value.
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done