Closed GoogleCodeExporter closed 9 years ago
The capacity argument is optional. If not provided, the capacity of an edge
will be its weight. If provided, it should be a dictionary having edges as keys
and numbers as values. (Remember that edges are tuples of the form (OneNode,
OtherNode).)
I believe that the easiest way to use the function is to attribute weights to
edges and omit the capacity argument.
I'll add the relevant information to the documentation.
Original comment by pmatiello
on 22 Jul 2010 at 1:26
Fixed at r708.
Original comment by pmatiello
on 22 Jul 2010 at 1:34
Original issue reported on code.google.com by
ramm...@gmail.com
on 21 Jul 2010 at 2:35