Scippy

SCIP

Solving Constraint Integer Programs

LinVarEventData Struct Reference

Detailed Description

event data for linear variable bound change events

Definition at line 111 of file cons_nonlinear.c.

Data Fields

SCIP_CONSHDLRDATAconshdlrdata
 
SCIP_CONScons
 
int varidx
 
int filterpos
 

Field Documentation

◆ conshdlrdata

◆ cons

SCIP_CONS* LinVarEventData::cons

the constraint

Definition at line 114 of file cons_nonlinear.c.

Referenced by catchLinearVarEvents(), replaceViolatedByLinearConstraints(), and SCIP_DECL_EVENTEXEC().

◆ varidx

int LinVarEventData::varidx

the index of the linear variable which bound change is catched

Definition at line 115 of file cons_nonlinear.c.

Referenced by catchLinearVarEvents(), and SCIP_DECL_EVENTEXEC().

◆ filterpos

int LinVarEventData::filterpos

position of eventdata in SCIP's event filter

Definition at line 116 of file cons_nonlinear.c.

Referenced by catchLinearVarEvents().