Scippy

SCIP

Solving Constraint Integer Programs

VarEventData Struct Reference

Detailed Description

Eventdata for variable bound change events.

Definition at line 75 of file cons_soc.c.

Data Fields

SCIP_CONSDATAconsdata
 
int varidx
 
int filterpos
 

Field Documentation

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 78 of file cons_soc.c.

Referenced by catchLhsVarEvents(), and dropLhsVarEvents().

int VarEventData::filterpos

position of corresponding event in event filter

Definition at line 79 of file cons_soc.c.