diff -r 4b1b378823dc -r 25804ef35064 lemon/cost_scaling.h --- a/lemon/cost_scaling.h Thu Nov 12 23:49:05 2009 +0100 +++ b/lemon/cost_scaling.h Thu Nov 12 23:52:51 2009 +0100 @@ -90,8 +90,10 @@ /// finding a \ref min_cost_flow "minimum cost flow". /// /// \ref CostScaling implements a cost scaling algorithm that performs - /// push/augment and relabel operations for finding a minimum cost - /// flow. It is an efficient primal-dual solution method, which + /// push/augment and relabel operations for finding a \ref min_cost_flow + /// "minimum cost flow" \ref amo93networkflows, \ref goldberg90approximation, + /// \ref goldberg97efficient, \ref bunnagel98efficient. + /// It is a highly efficient primal-dual solution method, which /// can be viewed as the generalization of the \ref Preflow /// "preflow push-relabel" algorithm for the maximum flow problem. ///