Docfix
authoralpar
Fri, 29 Apr 2005 11:04:17 +0000
changeset 13982f21cc34a245
parent 1397 30828157ae80
child 1399 d3ae1f06843d
Docfix
src/lemon/lp_cplex.h
src/lemon/lp_glpk.h
     1.1 --- a/src/lemon/lp_cplex.h	Fri Apr 29 08:21:03 2005 +0000
     1.2 +++ b/src/lemon/lp_cplex.h	Fri Apr 29 11:04:17 2005 +0000
     1.3 @@ -21,6 +21,7 @@
     1.4  ///\brief Header of the LEMON-CPLEX lp solver interface.
     1.5  
     1.6  #include <lemon/lp_base.h>
     1.7 +
     1.8  extern "C" {
     1.9  #include <ilcplex/cplex.h>
    1.10  }
    1.11 @@ -28,9 +29,9 @@
    1.12  namespace lemon {
    1.13  
    1.14  
    1.15 -  /// \brief Wrapper for GLPK solver
    1.16 +  /// \brief Interface for the CPLEX solver
    1.17    /// 
    1.18 -  /// This class implements a lemon wrapper for GLPK.
    1.19 +  /// This class implements an interface for the CPLEX LP solver.
    1.20    class LpCplex : public LpSolverBase {
    1.21  
    1.22    public:
     2.1 --- a/src/lemon/lp_glpk.h	Fri Apr 29 08:21:03 2005 +0000
     2.2 +++ b/src/lemon/lp_glpk.h	Fri Apr 29 11:04:17 2005 +0000
     2.3 @@ -29,9 +29,9 @@
     2.4  namespace lemon {
     2.5  
     2.6  
     2.7 -  /// \brief Wrapper for GLPK solver
     2.8 +  /// \brief Interface for the GLPK LP solver
     2.9    /// 
    2.10 -  /// This class implements an interface for GLPK.
    2.11 +  /// This class implements an interface for the GLPK LP solver.
    2.12    ///\ingroup gen_opt_group
    2.13    class LpGlpk : public LpSolverBase {
    2.14    protected: