benchmark/edge_lookup_test
author alpar
Mon, 12 Feb 2007 17:54:36 +0000
changeset 2360 72c7075ad5ba
permissions -rwxr-xr-x
Lagrange relaxation based algorithm for the delay constrained least cost
path problem.
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done