Definition at line 87 of file sepa_interminor.c.
Data Fields | |
int * | vals |
int | rowidx |
int | nvals |
int | valssize |
SCIP_HASHMAP * | auxvars |
int* rowdata::vals |
index of the column
Definition at line 89 of file sepa_interminor.c.
Referenced by detectMinors(), and insertIndex().
int rowdata::rowidx |
index corresponding to variable of that row
Definition at line 90 of file sepa_interminor.c.
Referenced by detectMinors(), and insertIndex().
int rowdata::nvals |
number of nonzero entries in column
Definition at line 91 of file sepa_interminor.c.
Referenced by detectMinors(), and insertIndex().
int rowdata::valssize |
size of the array that is currently allocated
Definition at line 92 of file sepa_interminor.c.
Referenced by insertIndex().
SCIP_HASHMAP* rowdata::auxvars |
entry of the matrix
Definition at line 93 of file sepa_interminor.c.
Referenced by detectMinors(), and insertIndex().