SCIPbtFree

Function SCIPbtFree 

Source
pub unsafe extern "C" fn SCIPbtFree(tree: *mut *mut SCIP_BT)
Expand description

frees binary tree

@note The user pointers (object) of the search nodes are not freed. If needed, it has to be done by the user.