benchmark/edge_lookup_test
author deba
Thu, 05 Jul 2007 16:39:42 +0000
changeset 2459 ea943997a8fe
permissions -rwxr-xr-x
Sample input for sat-2 and sat demos
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done