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.
pub unsafe extern "C" fn SCIPbtnodeSetParent(
node: *mut SCIP_BTNODE,
parent: *mut SCIP_BTNODE,
)sets parent node
@note The old parent including the rooted subtree is not delete.