benchmark/edge_lookup_test
author athos
Fri, 12 Jan 2007 16:29:06 +0000
changeset 2345 bfcaad2b84e8
permissions -rwxr-xr-x
One important thing only: equality-type constraint can now be added to an lp. The prettyPrint functions are not too pretty yet, I accept.
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done