Scippy

SCIP

Solving Constraint Integer Programs

HashData Struct Reference

Detailed Description

data object to compare constraint easier

Definition at line 83 of file presol_gateextraction.c.

Data Fields

SCIP_CONScons
 
SCIP_VAR ** vars
 
int nvars
 

Field Documentation

SCIP_CONS* HashData::cons

pointer the the corresponding constraint

Definition at line 85 of file presol_gateextraction.c.

Referenced by extractGates(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_PRESOLEXEC().

SCIP_VAR** HashData::vars

constraint variables used for hash comparison

Definition at line 86 of file presol_gateextraction.c.

Referenced by extractGates(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().

int HashData::nvars

number of variables

Definition at line 87 of file presol_gateextraction.c.

Referenced by extractGates(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().