
Do you know if the max_flow algorithms are being actively maintained. The push flow one appears to have bugs. I can specify the details of it if anyone has some knowledge of "push_relabel_max_flow.hpp". Please let me know if you do. Lex Fridman wrote:
When I try to compile the Edmunds Karp Max Flow example (or any of the other max-flow examples) I get a set of warnings as to m_source or m_target being used uninitialized in adjacency_list.hpp. I'm using gcc 4.2.3. Is there a way to get rid of this warning?
Code example: http://www.nabble.com/file/p18596627/main.cpp main.cpp
-- View this message in context: http://www.nabble.com/-graph--Max-Flow-Uninitialized-Warning-in-adjacency_li... Sent from the Boost - Dev mailing list archive at Nabble.com.