Eventdata for variable bound change events.
Definition at line 77 of file cons_soc.c.
Data Fields | |
SCIP_CONS * | cons |
int | varidx |
int | filterpos |
SCIP_CONS* VarEventData::cons |
the constraint
Definition at line 79 of file cons_soc.c.
Referenced by catchLhsVarEvents(), catchRhsVarEvents(), and SCIP_DECL_EVENTEXEC().
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 80 of file cons_soc.c.
Referenced by catchLhsVarEvents(), and dropLhsVarEvents().
int VarEventData::filterpos |
position of corresponding event in event filter
Definition at line 81 of file cons_soc.c.