Scippy

SCIP

Solving Constraint Integer Programs

HashData Struct Reference

Detailed Description

data object to compare constraint easier

Definition at line 100 of file presol_gateextraction.c.

Data Fields

SCIP_CONScons
 
SCIP_VAR ** vars
 
int nvars
 

Field Documentation

◆ cons

SCIP_CONS* HashData::cons

pointer the the corresponding constraint

Definition at line 102 of file presol_gateextraction.c.

Referenced by extractGates().

◆ vars

SCIP_VAR** HashData::vars

constraint variables used for hash comparison

Definition at line 103 of file presol_gateextraction.c.

Referenced by cleanupHashDatas(), and extractGates().

◆ nvars

int HashData::nvars

number of variables

Definition at line 104 of file presol_gateextraction.c.

Referenced by extractGates().