src/lemon/lp_skeleton.h
changeset 1431 ad44b1dd8013
parent 1405 3626c7f10f14
child 1432 46b088b01f88
equal deleted inserted replaced
6:479b1f466d11 7:c374fdef929f
    52     virtual void _setColCoeffs(int i, 
    52     virtual void _setColCoeffs(int i, 
    53 			       int length,
    53 			       int length,
    54                                int  const * indices, 
    54                                int  const * indices, 
    55                                Value  const * values );
    55                                Value  const * values );
    56     
    56     
    57     /// \e
    57     /// Set one element of the coefficient matrix
       
    58     virtual void _setCoeff(int row, int col, Value value);
    58 
    59 
    59     /// The lower bound of a variable (column) have to be given by an 
    60     /// The lower bound of a variable (column) have to be given by an 
    60     /// extended number of type Value, i.e. a finite number of type 
    61     /// extended number of type Value, i.e. a finite number of type 
    61     /// Value or -\ref INF.
    62     /// Value or -\ref INF.
    62     virtual void _setColLowerBound(int i, Value value);
    63     virtual void _setColLowerBound(int i, Value value);