Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventRowConstChanged Struct Reference

Detailed Description

data for row constant change events

Definition at line 126 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_ROWrow
 
SCIP_Real oldval
 
SCIP_Real newval
 

Field Documentation

SCIP_ROW* SCIP_EventRowConstChanged::row

row which constant has changed

Definition at line 128 of file struct_event.h.

SCIP_Real SCIP_EventRowConstChanged::oldval

old value of constant

Definition at line 129 of file struct_event.h.

SCIP_Real SCIP_EventRowConstChanged::newval

new value of constant

Definition at line 130 of file struct_event.h.