[Lemon-commits] [lemon_svn] alpar: r1858 - hugo/trunk/src/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:48:15 CET 2006
Author: alpar
Date: Fri Apr 29 13:04:17 2005
New Revision: 1858
Modified:
hugo/trunk/src/lemon/lp_cplex.h
hugo/trunk/src/lemon/lp_glpk.h
Log:
Docfix
Modified: hugo/trunk/src/lemon/lp_cplex.h
==============================================================================
--- hugo/trunk/src/lemon/lp_cplex.h (original)
+++ hugo/trunk/src/lemon/lp_cplex.h Fri Apr 29 13:04:17 2005
@@ -29,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:
Modified: hugo/trunk/src/lemon/lp_glpk.h
==============================================================================
--- hugo/trunk/src/lemon/lp_glpk.h (original)
+++ hugo/trunk/src/lemon/lp_glpk.h Fri Apr 29 13:04:17 2005
@@ -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:
More information about the Lemon-commits
mailing list