diff -r 2de0fc630899 -r 134852d7fb0a lemon/preflow.h --- a/lemon/preflow.h Sat Oct 10 08:15:07 2009 +0200 +++ b/lemon/preflow.h Sat Oct 10 08:18:46 2009 +0200 @@ -102,7 +102,8 @@ /// /// This class provides an implementation of Goldberg-Tarjan's \e preflow /// \e push-relabel algorithm producing a \ref max_flow - /// "flow of maximum value" in a digraph. + /// "flow of maximum value" in a digraph \ref clrs01algorithms, + /// \ref amo93networkflows, \ref goldberg88newapproach. /// The preflow algorithms are the fastest known maximum /// flow algorithms. The current implementation uses a mixture of the /// \e "highest label" and the \e "bound decrease" heuristics.