benchmark/edge_lookup_test
author alpar
Thu, 25 Jan 2007 14:38:55 +0000
changeset 2353 c43f8802c90a
permissions -rwxr-xr-x
A push/relabel type max cardinality matching implementation.
(slightly incompatible with bipartite_matching.h)
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done