SCIP Doxygen Documentation
Loading...
Searching...
No Matches
SCIP_EventRowCoefChanged Struct Reference

Detailed Description

data for row coefficient change events

Definition at line 135 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_ROWrow
SCIP_COLcol
SCIP_Real oldval
SCIP_Real newval

Field Documentation

◆ row

SCIP_ROW* SCIP_EventRowCoefChanged::row

row which coefficient has changed

Definition at line 137 of file struct_event.h.

◆ col

SCIP_COL* SCIP_EventRowCoefChanged::col

column which coefficient has changed

Definition at line 138 of file struct_event.h.

◆ oldval

SCIP_Real SCIP_EventRowCoefChanged::oldval

old value of coefficient

Definition at line 139 of file struct_event.h.

◆ newval

SCIP_Real SCIP_EventRowCoefChanged::newval

new value of coefficient

Definition at line 140 of file struct_event.h.