Changeset 1398:2f21cc34a245 in lemon-0.x for src/lemon/lp_cplex.h
- Timestamp:
- 04/29/05 13:04:17 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1858
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.