pub unsafe extern "C" fn SCIPbtnodeSetLeftchild(
node: *mut SCIP_BTNODE,
left: *mut SCIP_BTNODE,
)Expand description
sets left child
@note The old left child including the rooted subtree is not delete.
pub unsafe extern "C" fn SCIPbtnodeSetLeftchild(
node: *mut SCIP_BTNODE,
left: *mut SCIP_BTNODE,
)sets left child
@note The old left child including the rooted subtree is not delete.