COIN-OR::LEMON - Graph Library

Opened 15 years ago

#235 new enhancement

Push-relabel max flow (Preflow) for undirected graphs

Reported by: Balazs Dezso Owned by: Alpar Juttner
Priority: minor Milestone:
Component: core Version: hg main
Keywords: preflow specialization undirected Cc:
Revision id:

Description

The current Preflow algorithm works well on undirected graphs, however a specialized version for undirected graphs could more efficient than the current solution. The flow map could be EdgeMap? in this case and the edges do not need to be iterated twice (outgoing and incoming arcs). I think the overall improvement could be a small factor both in time and storage complexity.

Attachments (1)

Ron Webb.jpg (167.8 KB) - added by Smartmil8 9 years ago.
american.com online.com

Download all attachments as: .zip

Change History (1)

Changed 9 years ago by Smartmil8

Attachment: Ron Webb.jpg added
Note: See TracTickets for help on using tickets.