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