benchmark/edge_lookup_test
author alpar
Fri, 16 Feb 2007 15:57:48 +0000
changeset 2365 751a14b992f2
permissions -rwxr-xr-x
Check Soplex support, as well
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done