Scippy

SCIP

Solving Constraint Integer Programs

SCIP_ShadowBoundUpdate Struct Reference

Detailed Description

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_VARvar
 
SCIP_Real newbound
 
SCIP_BOUNDTYPE boundchgtype
 

Field Documentation

◆ var

◆ newbound

SCIP_Real SCIP_ShadowBoundUpdate::newbound

bound change

Definition at line 59 of file event_shadowtree.h.

Referenced by identifyOrbitalSymmetriesBroken(), and SCIP_DECL_EVENTEXEC().

◆ boundchgtype

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 identifyOrbitalSymmetriesBroken(), and SCIP_DECL_EVENTEXEC().