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)
alpar@2235
     1
#!/bin/bash
alpar@2235
     2
alpar@2235
     3
for((i=1;i<50;i++))
alpar@2235
     4
do
alpar@2235
     5
    echo -n $i ''
alpar@2235
     6
    edge_lookup 100 $i
alpar@2235
     7
done