Scippy

SCIP

Solving Constraint Integer Programs

LinVarEventData Struct Reference

Detailed Description

event data for linear variable bound change events

Definition at line 64 of file cons_nonlinear.c.

Data Fields

SCIP_CONSHDLRDATAconshdlrdata
 
SCIP_CONSDATAconsdata
 
int varidx
 
int filterpos
 

Field Documentation

SCIP_CONSHDLRDATA* LinVarEventData::conshdlrdata

the constraint handler data

Definition at line 66 of file cons_nonlinear.c.

Referenced by catchLinearVarEvents().

SCIP_CONSDATA* LinVarEventData::consdata

the constraint data

Definition at line 67 of file cons_nonlinear.c.

Referenced by catchLinearVarEvents().

int LinVarEventData::varidx

the index of the linear variable which bound change is catched

Definition at line 68 of file cons_nonlinear.c.

Referenced by catchLinearVarEvents().

int LinVarEventData::filterpos

position of eventdata in SCIP's event filter

Definition at line 69 of file cons_nonlinear.c.

Referenced by catchLinearVarEvents().