All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_DomChgBound Struct Reference Detailed Descriptiontracks changes of the variables' domains (static arrays, bound changes only) Definition at line 119 of file struct_var.h.
Field Documentation
number of bound changes (must be first structure entry!) Definition at line 121 of file struct_var.h. Referenced by conflictAnalyze(), getBranchInfo(), SCIPdomchgApply(), SCIPdomchgApplyGlobal(), SCIPdomchgGetBoundchg(), SCIPdomchgGetNBoundchgs(), SCIPdomchgUndo(), SCIPnodeGetParentBranchings(), SCIPnodePrintAncestorBranchings(), SCIPtreeLoadLPState(), and updatePseudocost().
type of domain change data (must be first structure entry!) Definition at line 122 of file struct_var.h.
array with changes in bounds of variables Definition at line 123 of file struct_var.h. Referenced by conflictAnalyze(), getBranchInfo(), SCIPdomchgApply(), SCIPdomchgApplyGlobal(), SCIPdomchgGetBoundchg(), SCIPdomchgUndo(), SCIPnodeGetParentBranchings(), SCIPnodePrintAncestorBranchings(), and updatePseudocost(). |