Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventVarUnlocked Struct Reference

Detailed Description

data for locks change events

Definition at line 57 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_VARvar
 

Field Documentation

SCIP_VAR* SCIP_EventVarUnlocked::var

variable for which the lock numbers were changed

Definition at line 59 of file struct_event.h.

Referenced by SCIPeventChgVar(), and SCIPeventGetVar().