SoPlex
|
Ids for LP rows. More...
#include <spxid.h>
Public Member Functions | |
SPxRowId () | |
default constructor. | |
SPxRowId (const DataKey &p_key) | |
copy constructor from DataKey. | |
SPxRowId (const SPxId &p_key) | |
copy constructor from SPxId. | |
Public Member Functions inherited from DataKey | |
DataKey () | |
Default constructor. Constructs an invalid DataKey. | |
DataKey (int p_info, int p_idx) | |
int | getIdx () const |
gets the index number (idx) of the DataKey. | |
void | setIdx (int p_idx) |
sets the index number (idx) of the DataKey. | |
bool | isValid () const |
returns TRUE, iff the DataKey is valid. | |
void | inValidate () |
makes the DataKey invalid and clears the info field. |
Additional Inherited Members | |
Public Attributes inherited from DataKey | |
int | info |
user information to store values -1, 0, +1 | |
int | idx |
(locally) unique key index |
copy constructor from DataKey.
Definition at line 47 of file spxid.cpp.
References DataKey::DataKey(), DataKey::info, and SPxId::ROW_ID.
copy constructor from SPxId.
Definition at line 53 of file spxid.cpp.
References DataKey::DataKey(), DataKey::info, SPxId::isSPxColId(), and SPxId::ROW_ID.