Home
last modified time | relevance | path

Searched defs:SCIP_SolNode (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_reopt.h42 struct SCIP_SolNode struct
44 SCIP_SOL* sol; /**< the stored solution */
45 SCIP_SOLNODE* father; /**< pointer to the parent node */
46 … child; /**< pointer to left most child node, i.e., node representing the variable
49 SCIP_SOLNODE* sibling; /**< pointer to next sibling node */
50 SCIP_Real value; /**< solution value represented by this node */
51 SCIP_Bool updated; /**< flag if the solution is already updated
54 SCIP_VAR* var; /**< variable represented by this node */