Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Leaf Struct Reference

Detailed Description

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

Definition at line 76 of file struct_tree.h.

#include <struct_tree.h>

Data Fields

SCIP_NODElpstatefork
 

Field Documentation

◆ lpstatefork

SCIP_NODE* SCIP_Leaf::lpstatefork

fork/subroot node defining the LP state of the leaf

Definition at line 78 of file struct_tree.h.