COIN-OR::LEMON - Graph Library

Changeset 2324:18fc834761d9 in lemon-0.x for lemon/lp_skeleton.h


Ignore:
Timestamp:
12/04/06 17:48:13 (17 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3100
Message:

Some query functions got implemented, but only for GLPK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_skeleton.h

    r2312 r2324  
    5656    virtual void _setCoeff(int row, int col, Value value);
    5757
     58    /// Get one element of the coefficient matrix
     59    virtual Value _getCoeff(int row, int col);
     60
    5861    /// The lower bound of a variable (column) have to be given by an
    5962    /// extended number of type Value, i.e. a finite number of type
     
    9194    /// \e
    9295    virtual void _setObjCoeff(int i, Value obj_coef);
     96
     97    /// \e
     98    virtual Value _getObjCoeff(int i);
    9399
    94100    ///\e
     
    135141
    136142    ///\e
     143    virtual bool _isMax();
     144
     145
     146
     147    ///\e
    137148    virtual bool _isBasicCol(int i);
    138149
Note: See TracChangeset for help on using the changeset viewer.