[algogeeks] Max matching in weighted graphs

2007-04-01 Thread ipsita
Hello !!! Give an algorithm for finding the maximum match in general weighted graphs, using max incremental weight property. I think we have to first find out all the augmenting paths and then select the one having maximum incremental weight and proceed. But how to find all the augmenting path

[algogeeks] Max matching in weighted graphs

2007-04-01 Thread ipsita
Hello !!! Give an algorithm for finding the maximum match in general weighted graphs, using max incremental weight property. I think we have to first find out all the augmenting paths and then select the one having maximum incremental weight and proceed. But how to find all the augmenting path