SCIPbtnodeFree

Function SCIPbtnodeFree 

Source
pub unsafe extern "C" fn SCIPbtnodeFree(
    tree: *mut SCIP_BT,
    node: *mut *mut SCIP_BTNODE,
)
Expand description

frees the binary node including the rooted subtree

@note The user pointer (object) is not freed. If needed, it has to be done by the user.