src/lemon/lp_glpk.h
changeset 1398 2f21cc34a245
parent 1379 96a34c0904dd
child 1405 3626c7f10f14
     1.1 --- a/src/lemon/lp_glpk.h	Fri Apr 29 08:21:03 2005 +0000
     1.2 +++ b/src/lemon/lp_glpk.h	Fri Apr 29 11:04:17 2005 +0000
     1.3 @@ -29,9 +29,9 @@
     1.4  namespace lemon {
     1.5  
     1.6  
     1.7 -  /// \brief Wrapper for GLPK solver
     1.8 +  /// \brief Interface for the GLPK LP solver
     1.9    /// 
    1.10 -  /// This class implements an interface for GLPK.
    1.11 +  /// This class implements an interface for the GLPK LP solver.
    1.12    ///\ingroup gen_opt_group
    1.13    class LpGlpk : public LpSolverBase {
    1.14    protected: