Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventImplAdd Struct Reference

Detailed Description

data for implication added events

Definition at line 97 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_VARvar
 

Field Documentation

◆ var

SCIP_VAR* SCIP_EventImplAdd::var

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

Definition at line 99 of file struct_event.h.

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