Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventRowSideChanged Struct Reference

Detailed Description

data for row side change events

Definition at line 134 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_ROWrow
 
SCIP_SIDETYPE side
 
SCIP_Real oldval
 
SCIP_Real newval
 

Field Documentation

SCIP_ROW* SCIP_EventRowSideChanged::row

row which side has changed

Definition at line 136 of file struct_event.h.

SCIP_SIDETYPE SCIP_EventRowSideChanged::side

which side has changed

Definition at line 137 of file struct_event.h.

SCIP_Real SCIP_EventRowSideChanged::oldval

old value of side

Definition at line 138 of file struct_event.h.

SCIP_Real SCIP_EventRowSideChanged::newval

new value of side

Definition at line 139 of file struct_event.h.