COIN-OR::LEMON - Graph Library

Changeset 2185:e2bf51eab7f7 in lemon-0.x for lemon/mip_glpk.h


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

Fixed the mip error (mipstatus was incorrect).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/mip_glpk.h

    r2148 r2185  
    5050   
    5151    virtual LpGlpk::SolveExitStatus _solve();
     52    virtual LpGlpk::SolutionStatus _getMipStatus();
    5253    virtual ParentLp::Value _getPrimal(int i);
    5354    virtual ParentLp::Value _getPrimalValue();
Note: See TracChangeset for help on using the changeset viewer.