Solving Constraint Integer Programs
event data structure
Definition at line 143 of file struct_event.h.
#include <struct_event.h>
data for variable addition events
Definition at line 147 of file struct_event.h.
Referenced by SCIPeventChgVar(), and SCIPeventGetVar().
data for variable deletion events
Definition at line 148 of file struct_event.h.
data for variable fixing events
Definition at line 149 of file struct_event.h.
data for locks change events
Definition at line 150 of file struct_event.h.
data for objective value change events
Definition at line 151 of file struct_event.h.
Referenced by SCIPeventChgVar(), SCIPeventGetVar(), SCIPeventProcess(), SCIPeventqueueAdd(), and SCIPeventqueueProcess().
data for bound change events
Definition at line 152 of file struct_event.h.
data for domain hole events
Definition at line 153 of file struct_event.h.
data for implication added events
Definition at line 154 of file struct_event.h.
Referenced by SCIPeventChgVar(), SCIPeventGetVar(), and SCIPeventqueueProcess().
data for row addition to separation storage events
Definition at line 155 of file struct_event.h.
data for row deletion from separation storage events
Definition at line 156 of file struct_event.h.
data for row addition to LP events
Definition at line 157 of file struct_event.h.
data for row deletion from LP events
Definition at line 158 of file struct_event.h.
data for row coefficient change events
Definition at line 159 of file struct_event.h.
data for row constant change events
Definition at line 160 of file struct_event.h.
data for row side change events
Definition at line 161 of file struct_event.h.
data for node and LP events
Definition at line 162 of file struct_event.h.
data for primal solution events
Definition at line 163 of file struct_event.h.
type of event
Definition at line 165 of file struct_event.h.
Referenced by eventqueueAppend(), SCIPeventChgNode(), SCIPeventChgSol(), SCIPeventChgVar(), SCIPeventfilterProcess(), SCIPeventGetHoleLeft(), SCIPeventGetHoleRight(), SCIPeventGetNewbound(), SCIPeventGetNewobj(), SCIPeventGetNode(), SCIPeventGetOldbound(), SCIPeventGetOldobj(), SCIPeventGetRow(), SCIPeventGetRowCol(), SCIPeventGetRowNewCoefVal(), SCIPeventGetRowNewConstVal(), SCIPeventGetRowNewSideVal(), SCIPeventGetRowOldCoefVal(), SCIPeventGetRowOldConstVal(), SCIPeventGetRowOldSideVal(), SCIPeventGetRowSide(), SCIPeventGetSol(), SCIPeventGetVar(), SCIPeventhdlrExec(), SCIPeventProcess(), SCIPeventqueueAdd(), and SCIPeventqueueProcess().