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

Detailed Description

data for objective value change events

Definition at line 73 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_Real oldobj
 
SCIP_Real newobj
 
SCIP_VARvar
 

Field Documentation

◆ oldobj

SCIP_Real SCIP_EventObjChg::oldobj

old objective value before value changed

Definition at line 75 of file struct_event.h.

◆ newobj

SCIP_Real SCIP_EventObjChg::newobj

new objective value after value changed

Definition at line 76 of file struct_event.h.

◆ var

SCIP_VAR* SCIP_EventObjChg::var

variable whose objective value changed

Definition at line 77 of file struct_event.h.