diff -r 6f10c6ec5a21 -r ceb2756dea2a lemon/preflow.h --- a/lemon/preflow.h Mon Sep 28 15:53:20 2009 +0200 +++ b/lemon/preflow.h Thu Nov 05 10:27:17 2009 +0100 @@ -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.