benchmark/edge_lookup_test
author deba
Thu, 15 Feb 2007 19:15:14 +0000
changeset 2364 3a5e67bd42d2
permissions -rwxr-xr-x
Lp row and col getter function
lp section reader and writer for lemon IO
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done