diff -r 6f10c6ec5a21 -r ceb2756dea2a lemon/network_simplex.h --- a/lemon/network_simplex.h Mon Sep 28 15:53:20 2009 +0200 +++ b/lemon/network_simplex.h Thu Nov 05 10:27:17 2009 +0100 @@ -40,7 +40,9 @@ /// for finding a \ref min_cost_flow "minimum cost flow". /// /// \ref NetworkSimplex implements the primal Network Simplex algorithm - /// for finding a \ref min_cost_flow "minimum cost flow". + /// for finding a \ref min_cost_flow "minimum cost flow" + /// \ref amo93networkflows, \ref dantzig63linearprog, + /// \ref kellyoneill91netsimplex. /// This algorithm is a specialized version of the linear programming /// simplex method directly for the minimum cost flow problem. /// It is one of the most efficient solution methods.