All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_DomChgBoth Struct Reference Detailed Descriptiontracks changes of the variables' domains (static arrays, bound and hole changes) Definition at line 127 of file struct_var.h.
Field Documentation
number of bound changes (must be first structure entry!) Definition at line 129 of file struct_var.h.
type of domain change data (must be first structure entry!) Definition at line 130 of file struct_var.h.
array with changes in bounds of variables Definition at line 131 of file struct_var.h.
array with changes in hole lists Definition at line 132 of file struct_var.h. Referenced by SCIPdomchgApply(), and SCIPdomchgUndo().
number of hole list changes Definition at line 133 of file struct_var.h. Referenced by SCIPdomchgApply(), and SCIPdomchgUndo(). |