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