src/lemon/lp_skeleton.h
changeset 1389 58b298e50c20
parent 1364 ee5959aa4410
child 1390 9c8e464ed940
     1.1 --- a/src/lemon/lp_skeleton.h	Mon Apr 25 09:00:47 2005 +0000
     1.2 +++ b/src/lemon/lp_skeleton.h	Mon Apr 25 15:43:11 2005 +0000
     1.3 @@ -74,6 +74,10 @@
     1.4      virtual void _setRowLowerBound(int i, Value value);
     1.5      /// \e
     1.6  
     1.7 +    /// \e
     1.8 +    virtual void _setRowBounds(int i, Value lb, Value ub);
     1.9 +    /// \e
    1.10 +
    1.11      /// The upper bound of a linear expression (row) have to be given by an 
    1.12      /// extended number of type Value, i.e. a finite number of type 
    1.13      /// Value or \ref INF.