tree_bottleneck_node Struct Reference
Detailed Description
tree bottleneck node
Definition at line 55 of file reduce_termsepa.c.
Data Fields | |
SCIP_Real | edgecost |
SCIP_Real | bottleneck |
int | parent |
int | degree |
Field Documentation
◆ edgecost
SCIP_Real tree_bottleneck_node::edgecost |
cost of outgoing edge
Definition at line 57 of file reduce_termsepa.c.
Referenced by tbottleneckGetMax(), and tbottleneckInit().
◆ bottleneck
SCIP_Real tree_bottleneck_node::bottleneck |
(temporary) bottleneck up to this node; -1.0 for UNSET
Definition at line 58 of file reduce_termsepa.c.
Referenced by tbottleneckGetMax(), and tbottleneckInit().
◆ parent
int tree_bottleneck_node::parent |
parent node index
Definition at line 59 of file reduce_termsepa.c.
Referenced by tbottleneckGetMax(), and tbottleneckInit().
◆ degree
int tree_bottleneck_node::degree |
degree of node
Definition at line 60 of file reduce_termsepa.c.
Referenced by tbottleneckGetMax(), and tbottleneckInit().