COIN-OR::LEMON - Graph Library

Changeset 2148:ab368e0ab662 in lemon-0.x for lemon/mip_glpk.h


Ignore:
Timestamp:
07/17/06 13:56:17 (18 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2862
Message:

Modifications to the interface: colType() functions, though I left the old integer() functions, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/mip_glpk.h

    r2144 r2148  
    4646  protected:
    4747 
    48     virtual void _integer(int c, bool enable);
    49     virtual bool _integer(int c);
     48    virtual ColTypes _colType(int col);
     49    virtual void _colType(int col, ColTypes col_type);
    5050   
    5151    virtual LpGlpk::SolveExitStatus _solve();
Note: See TracChangeset for help on using the changeset viewer.