pub unsafe extern "C" fn SCIPbtnodeCreate(
tree: *mut SCIP_BT,
node: *mut *mut SCIP_BTNODE,
dataptr: *mut c_void,
) -> SCIP_RETCODEExpand description
creates a binary tree node with sorting value and user data
pub unsafe extern "C" fn SCIPbtnodeCreate(
tree: *mut SCIP_BT,
node: *mut *mut SCIP_BTNODE,
dataptr: *mut c_void,
) -> SCIP_RETCODEcreates a binary tree node with sorting value and user data