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

returns left child which can be NULL if the given node is a leaf