COIN-OR::LEMON - Graph Library

Changeset 1251:8f7ce70899e6 in lemon-0.x for src


Ignore:
Timestamp:
03/23/05 16:43:18 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1678
Message:

Bug fix (thanks to Misi).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/lp/lp_base.h

    r1248 r1251  
    4141    /// \warning Arrays are indexed from 1 (datum at index 0 is ignored)
    4242    virtual void _setRowCoeffs(int i,
     43                               int length,
    4344                               int  const * indices,
    4445                               Value  const * values ) = 0;
     
    4647    /// \warning Arrays are indexed from 1 (datum at index 0 is ignored)
    4748    virtual void _setColCoeffs(int i,
     49                               int length,
    4850                               int  const * indices,
    4951                               Value  const * values ) = 0;
Note: See TracChangeset for help on using the changeset viewer.