All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_DomChgDyn Struct Reference Detailed Descriptiontracks changes of the variables' domains (dynamic arrays) Definition at line 137 of file struct_var.h.
Field Documentation
number of bound changes (must be first structure entry!) Definition at line 139 of file struct_var.h. Referenced by SCIPdomchgAddBoundchg(), and SCIPnodeAddBoundinfer().
type of domain change data (must be first structure entry!) Definition at line 140 of file struct_var.h. Referenced by domchgEnsureBoundchgsSize(), domchgEnsureHolechgsSize(), SCIPdomchgApply(), SCIPdomchgUndo(), and SCIPnodeAddBoundinfer().
array with changes in bounds of variables Definition at line 141 of file struct_var.h. Referenced by domchgEnsureBoundchgsSize(), and SCIPnodeAddBoundinfer().
array with changes in hole lists Definition at line 142 of file struct_var.h. Referenced by domchgEnsureHolechgsSize().
number of hole list changes Definition at line 143 of file struct_var.h. Referenced by SCIPdomchgAddHolechg().
size of bound changes array Definition at line 144 of file struct_var.h. Referenced by domchgEnsureBoundchgsSize().
size of hole changes array Definition at line 145 of file struct_var.h. Referenced by domchgEnsureHolechgsSize(). |