COIN-OR::LEMON - Graph Library

Changeset 2364:3a5e67bd42d2 in lemon-0.x for lemon/lp_skeleton.h


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

Lp row and col getter function
lp section reader and writer for lemon IO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_skeleton.h

    r2363 r2364  
    5050
    5151    /// \e
    52     virtual void _setRowCoeffs(int i, LpRowIterator b, LpRowIterator e);
     52    virtual void _setRowCoeffs(int i, ConstRowIterator b, ConstRowIterator e);
    5353    /// \e
    54     virtual void _setColCoeffs(int i, LpColIterator b, LpColIterator e);
     54    virtual void _getRowCoeffs(int i, RowIterator b);
     55    /// \e
     56    virtual void _setColCoeffs(int i, ConstColIterator b, ConstColIterator e);
     57    /// \e
     58    virtual void _getColCoeffs(int i, ColIterator b);
    5559   
    5660    /// Set one element of the coefficient matrix
Note: See TracChangeset for help on using the changeset viewer.