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