src/lemon/lp_cplex.h
changeset 1398 2f21cc34a245
parent 1381 998e8def9676
child 1405 3626c7f10f14
     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: