HashData Struct Reference
Detailed Description
data object to compare constraint easier
Definition at line 99 of file presol_gateextraction.c.
Data Fields | |
| SCIP_CONS * | cons |
| SCIP_VAR ** | vars |
| int | nvars |
Field Documentation
◆ cons
| SCIP_CONS* HashData::cons |
pointer the the corresponding constraint
Definition at line 101 of file presol_gateextraction.c.
Referenced by extractGates().
◆ vars
| SCIP_VAR** HashData::vars |
constraint variables used for hash comparison
Definition at line 102 of file presol_gateextraction.c.
Referenced by cleanupHashDatas(), and extractGates().
◆ nvars
| int HashData::nvars |
number of variables
Definition at line 103 of file presol_gateextraction.c.
Referenced by extractGates().
