benchmark/edge_lookup_test
author deba
Tue, 21 Aug 2007 13:22:21 +0000
changeset 2463 19651a04d056
permissions -rwxr-xr-x
Query functions: aMatching and bMatching
Modified algorithm function interfaces
ANodeMap<UEdge> matching map
BNodeMap<bool> barrier map

Consistency between augmenting path and push-relabel algorithm
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done