SCIP_SolNode Struct Reference Detailed Descriptionnodes of SCIP_SolTree Definition at line 35 of file struct_reopt.h.
Field Documentation
the stored solution Definition at line 37 of file struct_reopt.h. Referenced by createSolTree(), SCIPreoptGetSolsRun(), solnodeAddChild(), soltreeAddSol(), and soltreeResetMarks().
pointer to the parent node Definition at line 38 of file struct_reopt.h. Referenced by createSolTree(), solnodeAddChild(), soltreeNInducedSols(), and soltreeResetMarks().
pointer to the right child node (0-branch) Definition at line 39 of file struct_reopt.h. Referenced by createSolTree(), SCIPreoptGetNSavedSols(), SCIPreoptResetSolMarks(), solnodeAddChild(), soltreeAddSol(), soltreeNInducedSols(), and soltreeResetMarks().
pointer to the left child node (1-branch) Definition at line 40 of file struct_reopt.h. Referenced by createSolTree(), SCIPreoptGetNSavedSols(), SCIPreoptResetSolMarks(), solnodeAddChild(), soltreeAddSol(), soltreeNInducedSols(), and soltreeResetMarks().
flag if the solution is already updated w.r.t. the new objective function Definition at line 41 of file struct_reopt.h. Referenced by createSolTree(), SCIPreoptGetSolsRun(), solnodeAddChild(), and soltreeResetMarks(). |