diff -r 2de0fc630899 -r 134852d7fb0a lemon/network_simplex.h --- a/lemon/network_simplex.h Sat Oct 10 08:15:07 2009 +0200 +++ b/lemon/network_simplex.h Sat Oct 10 08:18:46 2009 +0200 @@ -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.