All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_BoundChg Struct Reference Detailed Descriptionchange in one bound of a variable Definition at line 80 of file struct_var.h.
Field Documentation
new value for bound Definition at line 82 of file struct_var.h. Referenced by getBranchInfo(), SCIPboundchgApply(), SCIPboundchgGetNewbound(), SCIPboundchgUndo(), SCIPdomchgAddBoundchg(), SCIPnodeAddBoundinfer(), SCIPnodeGetParentBranchings(), and updatePseudocost().
data for branching decisions Definition at line 85 of file struct_var.h. Referenced by SCIPdomchgAddBoundchg(), and updatePseudocost().
data for infered bound changes Definition at line 86 of file struct_var.h. Referenced by boundchgCaptureData(), boundchgReleaseData(), SCIPboundchgApply(), and SCIPdomchgAddBoundchg().
Referenced by boundchgCaptureData(), boundchgReleaseData(), SCIPboundchgApply(), and SCIPdomchgAddBoundchg().
active variable to change the bounds for Definition at line 88 of file struct_var.h. Referenced by boundchgCaptureData(), boundchgReleaseData(), getBranchInfo(), SCIPboundchgApply(), SCIPboundchgGetVar(), SCIPboundchgUndo(), SCIPdomchgAddBoundchg(), SCIPnodeAddBoundinfer(), SCIPnodeGetParentBranchings(), and updatePseudocost().
bound change type: branching decision or infered bound change Definition at line 89 of file struct_var.h. Referenced by boundchgCaptureData(), boundchgReleaseData(), SCIPboundchgApply(), SCIPboundchgGetBoundchgtype(), SCIPboundchgUndo(), and SCIPdomchgAddBoundchg().
type of bound for var: lower or upper bound Definition at line 90 of file struct_var.h. Referenced by getBranchInfo(), SCIPboundchgApply(), SCIPboundchgGetBoundtype(), SCIPboundchgUndo(), SCIPdomchgAddBoundchg(), and updatePseudocost().
type of bound for inference var (see inference data): lower or upper bound Definition at line 91 of file struct_var.h. Referenced by SCIPboundchgApply(), and SCIPdomchgAddBoundchg().
was this bound change applied at least once? Definition at line 92 of file struct_var.h. Referenced by SCIPboundchgApply(), and SCIPdomchgAddBoundchg().
is this bound change redundant? Definition at line 93 of file struct_var.h. Referenced by boundchgApplyGlobal(), SCIPboundchgApply(), SCIPboundchgIsRedundant(), SCIPboundchgUndo(), SCIPdomchgAddBoundchg(), and SCIPdomchgApply(). |