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