pub unsafe extern "C" fn SCIPbtnodeGetParent(
    node: *mut SCIP_BTNODE
) -> *mut SCIP_BTNODE
Expand description

returns the parent which can be NULL if the given node is the root