SCIP_DomChgBoth Struct Reference
Detailed Description
tracks changes of the variables' domains (static arrays, bound and hole changes)
Definition at line 129 of file struct_var.h.
#include <struct_var.h>
Data Fields | |
unsigned int | nboundchgs:30 |
unsigned int | domchgtype:2 |
SCIP_BOUNDCHG * | boundchgs |
SCIP_HOLECHG * | holechgs |
int | nholechgs |
Field Documentation
◆ nboundchgs
unsigned int SCIP_DomChgBoth::nboundchgs |
number of bound changes (must be first structure entry!)
Definition at line 131 of file struct_var.h.
◆ domchgtype
unsigned int SCIP_DomChgBoth::domchgtype |
type of domain change data (must be first structure entry!)
Definition at line 132 of file struct_var.h.
◆ boundchgs
SCIP_BOUNDCHG* SCIP_DomChgBoth::boundchgs |
array with changes in bounds of variables
Definition at line 133 of file struct_var.h.
◆ holechgs
SCIP_HOLECHG* SCIP_DomChgBoth::holechgs |
array with changes in hole lists
Definition at line 134 of file struct_var.h.
Referenced by SCIPdomchgApply(), and SCIPdomchgUndo().
◆ nholechgs
int SCIP_DomChgBoth::nholechgs |
number of hole list changes
Definition at line 135 of file struct_var.h.
Referenced by SCIPdomchgApply(), and SCIPdomchgUndo().