SCIPnodeGetParent

Function SCIPnodeGetParent 

Source
pub unsafe extern "C" fn SCIPnodeGetParent(
    node: *mut SCIP_NODE,
) -> *mut SCIP_NODE
Expand description

gets the parent node of a node in the branch-and-bound tree, if any