Scippy

SCIP

Solving Constraint Integer Programs

NodeDepthBranchIndex Struct Reference

Detailed Description

to store branch-and-bound tree paths, (depth, index)-information per variable in rooted path

Definition at line 120 of file symmetry_lexred.c.

Data Fields

int nodedepth
 
int index
 

Field Documentation

◆ nodedepth

int NodeDepthBranchIndex::nodedepth

depth of var domain change

Definition at line 122 of file symmetry_lexred.c.

Referenced by SCIP_DECL_SORTINDCOMP(), shadowtreeFillNodeDepthBranchIndices(), and shadowtreeUndoNodeDepthBranchIndices().

◆ index

int NodeDepthBranchIndex::index

index of var domain change on node at depth

Definition at line 123 of file symmetry_lexred.c.

Referenced by SCIP_DECL_SORTINDCOMP(), shadowtreeFillNodeDepthBranchIndices(), and shadowtreeUndoNodeDepthBranchIndices().