COIN-OR::LEMON - Graph Library

Changeset 2226:0411ac8a2d87 in lemon-0.x


Ignore:
Timestamp:
10/02/06 13:18:30 (18 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2966
Message:

MIP interface tested (and corrected) for cplex 9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/mip_cplex.cc

    r2219 r2226  
    3333    ///\todo The constant CPXPROB_MIP is
    3434    ///called CPXPROB_MILP in later versions
     35#if CPX_VERSION < 800
    3536    CPXchgprobtype( env,  lp, CPXPROB_MIP);
     37#else
     38    CPXchgprobtype( env,  lp, CPXPROB_MILP);
     39#endif
     40
    3641  }
    3742
Note: See TracChangeset for help on using the changeset viewer.