lemon/min_cost_flow.h
changeset 2474 e6368948d5f7
parent 2440 c9218405595b
child 2509 a8081c9cd96a
     1.1 --- a/lemon/min_cost_flow.h	Sun Sep 16 14:21:12 2007 +0000
     1.2 +++ b/lemon/min_cost_flow.h	Wed Sep 19 23:35:27 2007 +0000
     1.3 @@ -39,7 +39,7 @@
     1.4    /// \note \ref lemon::MinCostFlow "MinCostFlow" is just an alias for
     1.5    /// \ref lemon::NetworkSimplex "NetworkSimplex", wich is the most
     1.6    /// efficient implementation for the minimum cost flow problem in the
     1.7 -  /// Lemon library according to our benchmark tests.
     1.8 +  /// LEMON library according to our benchmark tests.
     1.9    ///
    1.10    /// \note There are three implementations for the minimum cost flow
    1.11    /// problem, that can be used in the same way.