benchmark/edge_lookup_test
author deba
Mon, 18 Dec 2006 10:12:07 +0000
changeset 2330 9dccb1abc721
permissions -rwxr-xr-x
Better handling of inexact computation.
We do not use tolerance for excess, just for edges
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done