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