COIN-OR::LEMON - Graph Library

Changeset 1895:5b01801efbc0 in lemon-0.x for lemon/lp_skeleton.h


Ignore:
Timestamp:
01/14/06 09:44:59 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2470
Message:
  • colName() added (untested on CPLEX)
  • possibility to set lower/upper bounds of several cols at once
  • setObj() -> obj()
  • setRow() -> row()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_skeleton.h

    r1875 r1895  
    4141    /// \e
    4242    virtual void _eraseRow(int i);
     43    /// \e
     44    virtual void _getColName(int col,       std::string & name);
     45    /// \e
     46    virtual void _setColName(int col, const std::string & name);
     47
    4348    /// \e
    4449
Note: See TracChangeset for help on using the changeset viewer.