data object to compare constraint easier
Definition at line 87 of file presol_gateextraction.c.
Data Fields | |
SCIP_CONS * | cons |
SCIP_VAR ** | vars |
int | nvars |
SCIP_CONS* HashData::cons |
pointer the the corresponding constraint
Definition at line 89 of file presol_gateextraction.c.
Referenced by extractGates().
SCIP_VAR** HashData::vars |
constraint variables used for hash comparison
Definition at line 90 of file presol_gateextraction.c.
Referenced by cleanupHashDatas(), and extractGates().
int HashData::nvars |
number of variables
Definition at line 91 of file presol_gateextraction.c.
Referenced by extractGates().