Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventBdChg Struct Reference

Detailed Description

data for bound change events

Definition at line 81 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_Real oldbound
 
SCIP_Real newbound
 
SCIP_VARvar
 

Field Documentation

◆ oldbound

SCIP_Real SCIP_EventBdChg::oldbound

old bound before bound changed

Definition at line 83 of file struct_event.h.

Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().

◆ newbound

SCIP_Real SCIP_EventBdChg::newbound

new bound after bound changed

Definition at line 84 of file struct_event.h.

Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().

◆ var

SCIP_VAR* SCIP_EventBdChg::var

variable whose bound changed

Definition at line 85 of file struct_event.h.

Referenced by SCIPeventChgVar(), SCIPeventGetVar(), SCIPeventqueueAdd(), and SCIPeventqueueProcess().