Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventRowConstChanged Struct Reference

Detailed Description

data for row constant change events

Definition at line 127 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_ROWrow
 
SCIP_Real oldval
 
SCIP_Real newval
 

Field Documentation

◆ row

SCIP_ROW* SCIP_EventRowConstChanged::row

row which constant has changed

Definition at line 129 of file struct_event.h.

◆ oldval

SCIP_Real SCIP_EventRowConstChanged::oldval

old value of constant

Definition at line 130 of file struct_event.h.

◆ newval

SCIP_Real SCIP_EventRowConstChanged::newval

new value of constant

Definition at line 131 of file struct_event.h.