Changeset 2226:0411ac8a2d87 in lemon-0.x
- Timestamp:
- 10/02/06 13:18:30 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/mip_cplex.cc
r2219 r2226 33 33 ///\todo The constant CPXPROB_MIP is 34 34 ///called CPXPROB_MILP in later versions 35 #if CPX_VERSION < 800 35 36 CPXchgprobtype( env, lp, CPXPROB_MIP); 37 #else 38 CPXchgprobtype( env, lp, CPXPROB_MILP); 39 #endif 40 36 41 } 37 42
Note: See TracChangeset
for help on using the changeset viewer.