src/lemon/lp_base.h
changeset 1431 ad44b1dd8013
parent 1405 3626c7f10f14
equal deleted inserted replaced
11:b3e949f216be 12:d933e7bad633
   427                                Value  const * values ) = 0;
   427                                Value  const * values ) = 0;
   428     virtual void _setColCoeffs(int i, 
   428     virtual void _setColCoeffs(int i, 
   429 			       int length,
   429 			       int length,
   430                                int  const * indices, 
   430                                int  const * indices, 
   431                                Value  const * values ) = 0;
   431                                Value  const * values ) = 0;
       
   432     virtual void _setCoeff(int row, int col, Value value) = 0;
   432     virtual void _setColLowerBound(int i, Value value) = 0;
   433     virtual void _setColLowerBound(int i, Value value) = 0;
   433     virtual void _setColUpperBound(int i, Value value) = 0;
   434     virtual void _setColUpperBound(int i, Value value) = 0;
   434 //     virtual void _setRowLowerBound(int i, Value value) = 0;
   435 //     virtual void _setRowLowerBound(int i, Value value) = 0;
   435 //     virtual void _setRowUpperBound(int i, Value value) = 0;
   436 //     virtual void _setRowUpperBound(int i, Value value) = 0;
   436     virtual void _setRowBounds(int i, Value lower, Value upper) = 0;
   437     virtual void _setRowBounds(int i, Value lower, Value upper) = 0;