Scippy

SCIP

Solving Constraint Integer Programs

VarEventData Struct Reference

Detailed Description

Eventdata for variable bound change events.

Definition at line 105 of file cons_soc.c.

Data Fields

SCIP_CONScons
 
int varidx
 
int filterpos
 

Field Documentation

◆ cons

SCIP_CONS* VarEventData::cons

the constraint

Definition at line 107 of file cons_soc.c.

Referenced by catchLhsVarEvents(), catchRhsVarEvents(), and SCIP_DECL_EVENTEXEC().

◆ varidx

int VarEventData::varidx

the index of a variable on the left hand side which bound change is caught, or -1 for variable on right hand side

Definition at line 108 of file cons_soc.c.

Referenced by catchLhsVarEvents(), and dropLhsVarEvents().

◆ filterpos

int VarEventData::filterpos

position of corresponding event in event filter

Definition at line 109 of file cons_soc.c.