src/lemon/lp_skeleton.h
changeset 1431 ad44b1dd8013
parent 1405 3626c7f10f14
child 1432 46b088b01f88
     1.1 --- a/src/lemon/lp_skeleton.h	Thu May 19 11:53:25 2005 +0000
     1.2 +++ b/src/lemon/lp_skeleton.h	Fri May 20 09:31:25 2005 +0000
     1.3 @@ -54,7 +54,8 @@
     1.4                                 int  const * indices, 
     1.5                                 Value  const * values );
     1.6      
     1.7 -    /// \e
     1.8 +    /// Set one element of the coefficient matrix
     1.9 +    virtual void _setCoeff(int row, int col, Value value);
    1.10  
    1.11      /// The lower bound of a variable (column) have to be given by an 
    1.12      /// extended number of type Value, i.e. a finite number of type