Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventVarUnlocked Struct Reference

Detailed Description

data for locks change events

Definition at line 58 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_VARvar
 

Field Documentation

◆ var

SCIP_VAR* SCIP_EventVarUnlocked::var

variable for which the lock numbers were changed

Definition at line 60 of file struct_event.h.

Referenced by SCIPeventChgVar(), and SCIPeventGetVar().