lemon/network_simplex.h
changeset 755 134852d7fb0a
parent 730 4a45c8808b33
child 788 c92296660262
     1.1 --- a/lemon/network_simplex.h	Sat Oct 10 08:15:07 2009 +0200
     1.2 +++ b/lemon/network_simplex.h	Sat Oct 10 08:18:46 2009 +0200
     1.3 @@ -40,7 +40,9 @@
     1.4    /// for finding a \ref min_cost_flow "minimum cost flow".
     1.5    ///
     1.6    /// \ref NetworkSimplex implements the primal Network Simplex algorithm
     1.7 -  /// for finding a \ref min_cost_flow "minimum cost flow".
     1.8 +  /// for finding a \ref min_cost_flow "minimum cost flow"
     1.9 +  /// \ref amo93networkflows, \ref dantzig63linearprog,
    1.10 +  /// \ref kellyoneill91netsimplex.
    1.11    /// This algorithm is a specialized version of the linear programming
    1.12    /// simplex method directly for the minimum cost flow problem.
    1.13    /// It is one of the most efficient solution methods.