SCIPbtnodeSetRightchild

Function SCIPbtnodeSetRightchild 

Source
pub unsafe extern "C" fn SCIPbtnodeSetRightchild(
    node: *mut SCIP_BTNODE,
    right: *mut SCIP_BTNODE,
)
Expand description

sets right child

@note The old right child including the rooted subtree is not delete.