Solving Constraint Integer Programs
change in one bound of a variable
Definition at line 80 of file struct_var.h.
#include <struct_var.h>
new value for bound
Definition at line 82 of file struct_var.h.
Referenced by getBranchInfo(), SCIPboundchgApply(), SCIPboundchgGetNewbound(), SCIPboundchgUndo(), SCIPdomchgAddBoundchg(), SCIPnodeAddBoundinfer(), SCIPnodeGetBdChgsAfterDual(), SCIPnodeGetConsProps(), SCIPnodeGetDualBoundchgs(), 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(), SCIPdomchgAddBoundchg(), SCIPnodeGetBdChgsAfterDual(), SCIPnodeGetConsProps(), SCIPnodeGetDualBoundchgs(), and SCIPnodeGetNDualBndchgs().
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(), SCIPnodeGetBdChgsAfterDual(), SCIPnodeGetConsProps(), SCIPnodeGetDualBoundchgs(), 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(), SCIPdomchgAddBoundchg(), SCIPnodeGetBdChgsAfterDual(), SCIPnodeGetConsProps(), SCIPnodeGetDualBoundchgs(), SCIPnodeGetNDomchg(), and SCIPnodeGetNDualBndchgs().
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.
is this bound change redundant?
Definition at line 93 of file struct_var.h.
Referenced by boundchgApplyGlobal(), SCIPboundchgApply(), SCIPboundchgIsRedundant(), SCIPboundchgUndo(), SCIPdomchgAddBoundchg(), and SCIPdomchgApply().