Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Sibling Struct Reference

Detailed Description

sibling information (should not exceed the size of a pointer)

Definition at line 64 of file struct_tree.h.

#include <struct_tree.h>

Data Fields

int arraypos
 

Field Documentation

◆ arraypos

int SCIP_Sibling::arraypos

position of node in the siblings array

Definition at line 66 of file struct_tree.h.

Referenced by treeChildrenToSiblings(), and treeRemoveSibling().