Detailed Description
tracks changes of the variables' domains (static arrays, bound changes only)
Definition at line 136 of file struct_var.h.
#include <struct_var.h>
Data Fields | |
| unsigned int | nboundchgs:30 |
| unsigned int | domchgtype:2 |
| SCIP_BOUNDCHG * | boundchgs |
Field Documentation
◆ nboundchgs
| unsigned int SCIP_DomChgBound::nboundchgs |
number of bound changes (must be first structure entry!)
Definition at line 138 of file struct_var.h.
Referenced by conflictAnalyze(), getBranchInfo(), SCIPdomchgApply(), SCIPdomchgApplyGlobal(), SCIPdomchgGetBoundchg(), SCIPdomchgGetNBoundchgs(), SCIPdomchgUndo(), SCIPnodeGetDualBoundchgs(), SCIPnodeGetNDomchg(), SCIPnodeGetNDualBndchgs(), SCIPnodeGetParentBranchings(), SCIPnodeGetPropsAfterDual(), SCIPnodeGetPropsBeforeDual(), SCIPnodePrintAncestorBranchings(), SCIPtreeLoadLPState(), and updatePseudocost().
◆ domchgtype
| unsigned int SCIP_DomChgBound::domchgtype |
type of domain change data (must be first structure entry!)
Definition at line 139 of file struct_var.h.
◆ boundchgs
| SCIP_BOUNDCHG* SCIP_DomChgBound::boundchgs |
array with changes in bounds of variables
Definition at line 140 of file struct_var.h.
Referenced by conflictAnalyze(), getBranchInfo(), SCIPdomchgApply(), SCIPdomchgApplyGlobal(), SCIPdomchgGetBoundchg(), SCIPdomchgUndo(), SCIPnodeGetDualBoundchgs(), SCIPnodeGetNDomchg(), SCIPnodeGetNDualBndchgs(), SCIPnodeGetParentBranchings(), SCIPnodeGetPropsAfterDual(), SCIPnodeGetPropsBeforeDual(), SCIPnodePrintAncestorBranchings(), and updatePseudocost().