Changeset 1398:2f21cc34a245 in lemon-0.x
- Timestamp:
- 04/29/05 13:04:17 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1858
- Location:
- src/lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/lp_cplex.h
r1381 r1398 22 22 23 23 #include <lemon/lp_base.h> 24 24 25 extern "C" { 25 26 #include <ilcplex/cplex.h> … … 29 30 30 31 31 /// \brief Wrapper for GLPKsolver32 /// \brief Interface for the CPLEX solver 32 33 /// 33 /// This class implements a lemon wrapper for GLPK.34 /// This class implements an interface for the CPLEX LP solver. 34 35 class LpCplex : public LpSolverBase { 35 36 -
src/lemon/lp_glpk.h
r1379 r1398 30 30 31 31 32 /// \brief Wrapper for GLPKsolver32 /// \brief Interface for the GLPK LP solver 33 33 /// 34 /// This class implements an interface for GLPK.34 /// This class implements an interface for the GLPK LP solver. 35 35 ///\ingroup gen_opt_group 36 36 class LpGlpk : public LpSolverBase {
Note: See TracChangeset
for help on using the changeset viewer.