|
nodes of SCIP_ReoptTree
Definition at line 65 of file struct_reopt.h.
#include <struct_reopt.h>
array of constraints added to the node, i.e., logic-or constraints
Definition at line 67 of file struct_reopt.h.
Referenced by addLocalConss(), createReoptnode(), reoptnodeCheckMemory(), reoptnodeReset(), reopttreeDeleteNode(), saveLocalConssData(), SCIPreoptApplyCompression(), SCIPreoptnodeAddCons(), SCIPreoptnodeGetConss(), SCIPreoptnodeInit(), and SCIPreoptSplitRoot().
variables along the branching path up to the next stored node
Definition at line 68 of file struct_reopt.h.
Referenced by addNode(), changeAncestorBranchings(), createReoptnode(), dryBranch(), fixBounds(), moveChildrenUp(), reoptnodeCheckMemory(), saveAncestorBranchings(), SCIPreoptApplyCompression(), SCIPreoptnodeAddBndchg(), SCIPreoptnodeGetPath(), SCIPreoptnodeInit(), SCIPreoptSplitRoot(), transformIntoOrig(), and updateConstraintPropagation().
SCIP_VAR** SCIP_ReoptNode::afterdualvars |
dual constraint that need to be added the current round
Definition at line 70 of file struct_reopt.h.
Referenced by addSplitcons(), collectDualInformation(), createReoptnode(), fixBounds(), reoptnodeReset(), reoptnodeResetDualConss(), reoptnodeUpdateDualConss(), SCIPreoptApply(), SCIPreoptnodeGetNDualBoundChgs(), SCIPreoptnodeGetSplitCons(), SCIPreoptnodeInit(), and SCIPreoptSplitRoot().
boundtypes along the branching path up to the next stored node
Definition at line 72 of file struct_reopt.h.
Referenced by addNode(), changeAncestorBranchings(), createReoptnode(), dryBranch(), fixBounds(), moveChildrenUp(), reoptnodeCheckMemory(), saveAncestorBranchings(), SCIPreoptApplyCompression(), SCIPreoptnodeAddBndchg(), SCIPreoptnodeGetPath(), SCIPreoptnodeInit(), SCIPreoptSplitRoot(), and updateConstraintPropagation().
bounds along the branching path up to the next stored node
Definition at line 74 of file struct_reopt.h.
Referenced by addNode(), changeAncestorBranchings(), createReoptnode(), dryBranch(), fixBounds(), moveChildrenUp(), reoptnodeCheckMemory(), saveAncestorBranchings(), SCIPreoptApplyCompression(), SCIPreoptnodeAddBndchg(), SCIPreoptnodeGetPath(), SCIPreoptnodeInit(), SCIPreoptSplitRoot(), transformIntoOrig(), and updateConstraintPropagation().
SCIP_Real* SCIP_ReoptNode::afterdualvarbounds |
flag whether bound changes based on dual decisions exist
Definition at line 77 of file struct_reopt.h.
Referenced by addNode(), addSplitcons(), collectDualInformation(), createReoptnode(), fixBounds(), fixInterdiction(), reoptnodeReset(), reoptnodeResetDualConss(), reoptnodeUpdateDualConss(), SCIPreoptApply(), SCIPreoptnodeInit(), and SCIPreoptSplitRoot().
int SCIP_ReoptNode::nvars |
number of branching decisions up to the next stored node
Definition at line 78 of file struct_reopt.h.
Referenced by addNode(), changeAncestorBranchings(), clearReoptnodes(), createReoptnode(), dryBranch(), fixBounds(), moveChildrenUp(), reoptnodeReset(), saveAncestorBranchings(), SCIPreoptApplyCompression(), SCIPreoptGetSolveLP(), SCIPreoptnodeAddBndchg(), SCIPreoptnodeGetNVars(), SCIPreoptnodeGetPath(), SCIPreoptnodeInit(), SCIPreoptSplitRoot(), transformIntoOrig(), and updateConstraintPropagation().
int SCIP_ReoptNode::varssize |
int SCIP_ReoptNode::nafterdualvars |
int SCIP_ReoptNode::afterdualvarssize |
int SCIP_ReoptNode::nchilds |
number of child nodes
Definition at line 82 of file struct_reopt.h.
Referenced by addNode(), changeReopttypeOfSubtree(), createReoptnode(), deleteChildrenBelow(), dryBranch(), moveChildrenUp(), reoptAddChild(), reoptGetLeaves(), reoptGetNLeaves(), reoptMoveIDs(), reoptnodeCheckMemory(), reoptnodeReset(), reopttreeDeleteNode(), reopttreeGetNNodes(), SCIPreoptApplyCompression(), SCIPreoptGetChildIDs(), SCIPreoptGetLeaves(), SCIPreoptGetNLeaves(), SCIPreoptGetSolveLP(), SCIPreoptnodeGetNChildren(), SCIPreoptnodeInit(), SCIPreoptSplitRoot(), and shrinkNode().
int SCIP_ReoptNode::allocchildmem |
int SCIP_ReoptNode::nconss |
number of added constraints
Definition at line 84 of file struct_reopt.h.
Referenced by addLocalConss(), addNode(), createReoptnode(), dryBranch(), reoptnodeCheckMemory(), reoptnodeReset(), reopttreeDeleteNode(), saveLocalConssData(), SCIPreoptApply(), SCIPreoptApplyCompression(), SCIPreoptGetNAddedConss(), SCIPreoptnodeAddCons(), SCIPreoptnodeGetConss(), SCIPreoptnodeGetNConss(), SCIPreoptnodeInit(), and SCIPreoptSplitRoot().
int SCIP_ReoptNode::consssize |
unsigned int* SCIP_ReoptNode::childids |
array of child nodes that need to be reoptimized
Definition at line 86 of file struct_reopt.h.
Referenced by addNode(), changeReopttypeOfSubtree(), createReoptnode(), deleteChildrenBelow(), dryBranch(), moveChildrenUp(), reoptAddChild(), reoptGetLeaves(), reoptGetNLeaves(), reoptMoveIDs(), reoptnodeCheckMemory(), reoptnodeReset(), reopttreeDeleteNode(), reopttreeGetNNodes(), SCIPreoptGetChildIDs(), SCIPreoptGetLeaves(), SCIPreoptGetNLeaves(), SCIPreoptnodeInit(), and shrinkNode().
unsigned int SCIP_ReoptNode::parentID |
unsigned int SCIP_ReoptNode::reopttype |
|