Function scip_sys::SCIPbtnodeSetParent
source · pub unsafe extern "C" fn SCIPbtnodeSetParent(
node: *mut SCIP_BTNODE,
parent: *mut SCIP_BTNODE
)Expand description
sets parent node
@note The old parent including the rooted subtree is not delete.