|
reoptimization data and solution storage
Definition at line 113 of file struct_reopt.h.
#include <struct_reopt.h>
data structure to store the current reoptimization search tree
Definition at line 119 of file struct_reopt.h.
Referenced by addLocalConss(), addNode(), addSplitcons(), changeAncestorBranchings(), collectDualInformation(), dryBranch(), fixBounds(), fixInterdiction(), getLastSavedNode(), moveChildrenUp(), reoptCheckLocalRestart(), reoptGetLeaves(), reoptGetNLeaves(), reoptResetTree(), reoptRestart(), resetStats(), saveAfterDualBranchings(), SCIPreoptAddInfNode(), SCIPreoptApply(), SCIPreoptApplyCompression(), SCIPreoptCheckRestart(), SCIPreoptDeleteNode(), SCIPreoptGetChildIDs(), SCIPreoptGetLeaves(), SCIPreoptGetNAddedConss(), SCIPreoptGetNCutoffReoptnodes(), SCIPreoptGetNFeasNodes(), SCIPreoptGetNInfNodes(), SCIPreoptGetNInfSubtrees(), SCIPreoptGetNLeaves(), SCIPreoptGetNNodes(), SCIPreoptGetNPrunedNodes(), SCIPreoptGetNTotalCutoffReoptnodes(), SCIPreoptGetNTotalFeasNodes(), SCIPreoptGetNTotalInfNodes(), SCIPreoptGetNTotalPrunedNodes(), SCIPreoptGetReoptnode(), SCIPreoptGetSolveLP(), SCIPreoptnodeGetPath(), SCIPreoptResetDualBndchgs(), SCIPreoptSplitRoot(), shrinkNode(), transformIntoOrig(), and updateConstraintPropagation().
tree to handle all saved solutions
Definition at line 120 of file struct_reopt.h.
Referenced by ensureRunSize(), ensureSolsSize(), freeSolTree(), SCIPreoptAddRun(), SCIPreoptAddSol(), SCIPreoptGetNSavedSols(), SCIPreoptGetNSols(), SCIPreoptGetNSolsRun(), SCIPreoptGetSolsRun(), SCIPreoptResetSolMarks(), and soltreeAddSol().
int SCIP_Reopt::noptsolsbyreoptsol |
int SCIP_Reopt::nglbconss |
int SCIP_Reopt::allocmemglbconss |
int SCIP_Reopt::ncheckedsols |
int SCIP_Reopt::nimprovingsols |
int SCIP_Reopt::nglbrestarts |
int SCIP_Reopt::ntotallocrestarts |
int SCIP_Reopt::nlocrestarts |
int SCIP_Reopt::firstrestart |
int SCIP_Reopt::lastrestart |
|