Scippy

SCIP

Solving Constraint Integer Programs

VarArrayNodeDepthBranchIndex Struct Reference

Detailed Description

auxiliary struct to pass branch-and-bound tree information to sort function

Definition at line 129 of file symmetry_lexred.c.

Data Fields

NODEDEPTHBRANCHINDEXnodedepthbranchindices
 
SCIP_LEXREDDATAmasterdata
 
SCIP_VAR ** vars
 

Field Documentation

◆ nodedepthbranchindices

NODEDEPTHBRANCHINDEX* VarArrayNodeDepthBranchIndex::nodedepthbranchindices

pointer to branch-and-bound tree information

Definition at line 131 of file symmetry_lexred.c.

Referenced by getVarOrder(), SCIP_DECL_SORTINDCOMP(), and SCIPlexicographicReductionPropagate().

◆ masterdata

SCIP_LEXREDDATA* VarArrayNodeDepthBranchIndex::masterdata

pointer to global data for lexicographic reduction propagator

Definition at line 132 of file symmetry_lexred.c.

Referenced by getVarOrder(), and SCIP_DECL_SORTINDCOMP().

◆ vars

SCIP_VAR** VarArrayNodeDepthBranchIndex::vars

pointer to variable array

Definition at line 133 of file symmetry_lexred.c.

Referenced by getVarOrder(), and SCIP_DECL_SORTINDCOMP().