# HG changeset patch # User alpar # Date 1114772657 0 # Node ID 2f21cc34a245f842a162b84527d5d9b43fe5ddd7 # Parent 30828157ae803416f97a6422f739837b0cbbeb36 Docfix diff -r 30828157ae80 -r 2f21cc34a245 src/lemon/lp_cplex.h --- a/src/lemon/lp_cplex.h Fri Apr 29 08:21:03 2005 +0000 +++ b/src/lemon/lp_cplex.h Fri Apr 29 11:04:17 2005 +0000 @@ -21,6 +21,7 @@ ///\brief Header of the LEMON-CPLEX lp solver interface. #include + extern "C" { #include } @@ -28,9 +29,9 @@ namespace lemon { - /// \brief Wrapper for GLPK solver + /// \brief Interface for the CPLEX solver /// - /// This class implements a lemon wrapper for GLPK. + /// This class implements an interface for the CPLEX LP solver. class LpCplex : public LpSolverBase { public: diff -r 30828157ae80 -r 2f21cc34a245 src/lemon/lp_glpk.h --- a/src/lemon/lp_glpk.h Fri Apr 29 08:21:03 2005 +0000 +++ b/src/lemon/lp_glpk.h Fri Apr 29 11:04:17 2005 +0000 @@ -29,9 +29,9 @@ namespace lemon { - /// \brief Wrapper for GLPK solver + /// \brief Interface for the GLPK LP solver /// - /// This class implements an interface for GLPK. + /// This class implements an interface for the GLPK LP solver. ///\ingroup gen_opt_group class LpGlpk : public LpSolverBase { protected: