pub unsafe extern "C" fn SCIPnodeselSetData(
nodesel: *mut SCIP_NODESEL,
nodeseldata: *mut SCIP_NODESELDATA,
)Expand description
sets user data of node selector; user has to free old data in advance!
pub unsafe extern "C" fn SCIPnodeselSetData(
nodesel: *mut SCIP_NODESEL,
nodeseldata: *mut SCIP_NODESELDATA,
)sets user data of node selector; user has to free old data in advance!