benchmark/edge_lookup_test
author ladanyi
Sat, 25 Aug 2007 10:12:03 +0000
changeset 2465 df09310da558
permissions -rwxr-xr-x
Consider the CPXMIP_OPTIMAL_TOL status as OPTIMAL too.
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done