COIN-OR::LEMON - Graph Library

Changeset 1431:ad44b1dd8013 in lemon-0.x for src/lemon/lp_skeleton.h


Ignore:
Timestamp:
05/20/05 11:31:25 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1905
Message:

Added function _setCoeff().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/lp_skeleton.h

    r1405 r1431  
    5555                               Value  const * values );
    5656   
    57     /// \e
     57    /// Set one element of the coefficient matrix
     58    virtual void _setCoeff(int row, int col, Value value);
    5859
    5960    /// The lower bound of a variable (column) have to be given by an
Note: See TracChangeset for help on using the changeset viewer.