COIN-OR::LEMON - Graph Library

Changeset 2366:bfbdded3763a in lemon-0.x for lemon/mip_glpk.h


Ignore:
Timestamp:
02/16/07 20:11:31 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3181
Message:

Using const in lp interface
colByName functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/mip_glpk.h

    r2218 r2366  
    4646  protected:
    4747 
    48     virtual ColTypes _colType(int col);
     48    virtual ColTypes _colType(int col) const;
    4949    virtual void _colType(int col, ColTypes col_type);
    5050   
    5151    virtual LpGlpk::SolveExitStatus _solve();
    52     virtual LpGlpk::SolutionStatus _getMipStatus();
    53     virtual ParentLp::Value _getPrimal(int i);
    54     virtual ParentLp::Value _getPrimalValue();
     52    virtual LpGlpk::SolutionStatus _getMipStatus() const;
     53    virtual ParentLp::Value _getPrimal(int i) const;
     54    virtual ParentLp::Value _getPrimalValue() const;
    5555  };
    5656
Note: See TracChangeset for help on using the changeset viewer.