lemon/lp_base.h
branch1.1
changeset 814 249467c099fd
parent 767 472b7885ae46
parent 785 8d281761dea4
equal deleted inserted replaced
11:e880913c0421 13:cd9a8a9e7a25
  1540 
  1540 
  1541     ///Set the sense to maximization
  1541     ///Set the sense to maximization
  1542     void min() { _setSense(MIN); }
  1542     void min() { _setSense(MIN); }
  1543 
  1543 
  1544     ///Clears the problem
  1544     ///Clears the problem
  1545     void clear() { _clear(); }
  1545     void clear() { _clear(); rows.clear(); cols.clear(); }
  1546 
  1546 
  1547     /// Sets the message level of the solver
  1547     /// Sets the message level of the solver
  1548     void messageLevel(MessageLevel level) { _messageLevel(level); }
  1548     void messageLevel(MessageLevel level) { _messageLevel(level); }
  1549 
  1549 
  1550     ///@}
  1550     ///@}