Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventTypeChg Struct Reference

Detailed Description

data for variable type change events

Definition at line 103 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_VARTYPE oldtype
 
SCIP_VARTYPE newtype
 
SCIP_VARvar
 

Field Documentation

◆ oldtype

SCIP_VARTYPE SCIP_EventTypeChg::oldtype

old variable type

Definition at line 105 of file struct_event.h.

◆ newtype

SCIP_VARTYPE SCIP_EventTypeChg::newtype

new variable type

Definition at line 106 of file struct_event.h.

◆ var

SCIP_VAR* SCIP_EventTypeChg::var

variable whose type changed

Definition at line 107 of file struct_event.h.

Referenced by SCIPeventChgVar(), and SCIPeventGetVar().