COIN-OR::LEMON - Graph Library

Changeset 1895:5b01801efbc0 in lemon-0.x for lemon/lp_glpk.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_glpk.h

    r1875 r1895  
    5353    virtual void _eraseCol(int i);
    5454    virtual void _eraseRow(int i);
    55 
     55    virtual void _getColName(int col,       std::string & name);
     56    virtual void _setColName(int col, const std::string & name);
    5657    virtual void _setRowCoeffs(int i,
    5758                               int length,
Note: See TracChangeset for help on using the changeset viewer.