bound change for branch-and-bound tree node in shadow tree
Definition at line 56 of file event_shadowtree.h.
#include <event_shadowtree.h>
Data Fields | |
SCIP_VAR * | var |
SCIP_Real | newbound |
SCIP_BOUNDTYPE | boundchgtype |
SCIP_VAR* SCIP_ShadowBoundUpdate::var |
changed variable
Definition at line 58 of file event_shadowtree.h.
Referenced by SCIP_DECL_EVENTEXEC().
SCIP_Real SCIP_ShadowBoundUpdate::newbound |
SCIP_BOUNDTYPE SCIP_ShadowBoundUpdate::boundchgtype |
which bound of variable is changed (upper or lower)
Definition at line 60 of file event_shadowtree.h.
Referenced by SCIP_DECL_EVENTEXEC().