Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventImplAdd Struct Reference

Detailed Description

data for implication added events

Definition at line 87 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_VARvar
 

Field Documentation

SCIP_VAR* SCIP_EventImplAdd::var

variable for which an implication, variable bound, or clique was added

Definition at line 89 of file struct_event.h.

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