lemon/lp_base.h
branch1.2
changeset 956 4764031c082c
parent 935 9e587caed953
parent 955 8d281761dea4
child 966 08712a8c3afe
equal deleted inserted replaced
15:3e4a1047baa1 17:829d8b406a1a
  1554 
  1554 
  1555     ///Set the sense to maximization
  1555     ///Set the sense to maximization
  1556     void min() { _setSense(MIN); }
  1556     void min() { _setSense(MIN); }
  1557 
  1557 
  1558     ///Clears the problem
  1558     ///Clears the problem
  1559     void clear() { _clear(); }
  1559     void clear() { _clear(); rows.clear(); cols.clear(); }
  1560 
  1560 
  1561     /// Sets the message level of the solver
  1561     /// Sets the message level of the solver
  1562     void messageLevel(MessageLevel level) { _messageLevel(level); }
  1562     void messageLevel(MessageLevel level) { _messageLevel(level); }
  1563 
  1563 
  1564     ///@}
  1564     ///@}