equal
deleted
inserted
replaced
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 ///@} |