SoPlex
|
Ids for LP columns. More...
#include <spxid.h>
Public Member Functions | |
SPxColId () | |
default constructor. | |
SPxColId (const DataKey &p_key) | |
copy constructor from DataKey. | |
SPxColId (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 33 of file spxid.cpp.
References SPxId::COL_ID, DataKey::DataKey(), and DataKey::info.
copy constructor from SPxId.
Definition at line 39 of file spxid.cpp.
References SPxId::COL_ID, DataKey::DataKey(), DataKey::info, and SPxId::isSPxRowId().