Detailed Description
data object to compare constraint easier
data object for pairs and triples of variables
Definition at line 109 of file presol_gateextraction.c.
Data Fields | |
SCIP_CONS * | cons |
SCIP_VAR ** | vars |
int | nvars |
SCIP_VAR * | vars [3] |
int | nrows |
int | firstrow |
Field Documentation
◆ cons
SCIP_CONS* HashData::cons |
pointer the the corresponding constraint
Definition at line 111 of file presol_gateextraction.c.
Referenced by extractGates().
◆ vars [1/2]
SCIP_VAR** HashData::vars |
constraint variables used for hash comparison
Definition at line 112 of file presol_gateextraction.c.
Referenced by addProductVars(), cleanupHashDatas(), detectHiddenProducts(), detectProductsUnconditional(), extractGates(), and fillRelationTables().
◆ nvars
int HashData::nvars |
number of variables
Definition at line 113 of file presol_gateextraction.c.
Referenced by addProductVars(), createSepaData(), detectHiddenProducts(), detectProductsUnconditional(), extractGates(), and fillRelationTables().
◆ vars [2/2]
SCIP_VAR* HashData::vars[3] |
variables in the pair or triple, used for hash comparison
Definition at line 94 of file sepa_rlt.c.
◆ nrows
int HashData::nrows |
number of rows
Definition at line 96 of file sepa_rlt.c.
Referenced by createProjRows(), detectHiddenProducts(), fillRelationTables(), freeProjRows(), getOriginalRows(), separateRltCuts(), and storeSuitableRows().
◆ firstrow
int HashData::firstrow |
beginning of the corresponding row linked list
Definition at line 97 of file sepa_rlt.c.
Referenced by detectHiddenProducts(), detectProductsUnconditional(), and fillRelationTables().