Scippy

SCIP

Solving Constraint Integer Programs

terminal_separator_tree_bottleneck Struct Reference

Detailed Description

terminal separator tree bottleneck structure

Definition at line 66 of file reduce_termsepa.c.

Data Fields

TBNODEtree
 
int nnodes
 

Field Documentation

◆ tree

TBNODE* terminal_separator_tree_bottleneck::tree

tree for representation; NOTE: oriented towards root

Definition at line 68 of file reduce_termsepa.c.

Referenced by tbottleneckFree(), tbottleneckGetMax(), and tbottleneckInit().

◆ nnodes

int terminal_separator_tree_bottleneck::nnodes

number of nodes of underlying graph

Definition at line 69 of file reduce_termsepa.c.

Referenced by tbottleneckInit().