extended node information for SSG priority queue
Definition at line 357 of file event_estim.c.
Data Fields | |
SCIP_NODE * | node |
SCIP_Real | lowerbound |
int | pos |
int | subtreeidx |
SCIP_NODE* NodeInfo::node |
search tree node
Definition at line 359 of file event_estim.c.
SCIP_Real NodeInfo::lowerbound |
lower bound of the node at insertion into priority queue
Definition at line 360 of file event_estim.c.
int NodeInfo::pos |
position of this node in priority queue
Definition at line 361 of file event_estim.c.
int NodeInfo::subtreeidx |
subtree index of this node
Definition at line 362 of file event_estim.c.