#include <OsiRowCut.hpp>
Inheritance diagram for OsiRowCut2:
Public Member Functions | |
Which row | |
int | whichRow () const |
Get row. | |
void | setWhichRow (int row) |
Set row. | |
Constructors and destructors | |
OsiRowCut2 & | operator= (const OsiRowCut2 &rhs) |
Assignment operator. | |
OsiRowCut2 (const OsiRowCut2 &) | |
Copy constructor. | |
virtual OsiRowCut * | clone () const |
Clone. | |
OsiRowCut2 (int row=-1) | |
Default Constructor. | |
virtual | ~OsiRowCut2 () |
Destructor. | |
Private Attributes | |
Private member data | |
int | whichRow_ |
Which row. |
It may be useful to strengthen a row rather than add a cut. To do this we need to know which row is strengthened. This trivial extension to OsiRowCut does that.
Definition at line 288 of file OsiRowCut.hpp.
|
Copy constructor.
|
|
Default Constructor.
|
|
Destructor.
|
|
Get row.
Definition at line 295 of file OsiRowCut.hpp. |
|
Set row.
Definition at line 298 of file OsiRowCut.hpp. References whichRow_. |
|
Assignment operator.
|
|
Clone.
Reimplemented from OsiRowCut. |
|
Which row.
Definition at line 326 of file OsiRowCut.hpp. Referenced by setWhichRow(). |