pub unsafe extern "C" fn SCIPbtnodeGetRightchild(
node: *mut SCIP_BTNODE,
) -> *mut SCIP_BTNODEExpand description
returns right child which can be NULL if the given node is a leaf
pub unsafe extern "C" fn SCIPbtnodeGetRightchild(
node: *mut SCIP_BTNODE,
) -> *mut SCIP_BTNODEreturns right child which can be NULL if the given node is a leaf