pub unsafe extern "C" fn SCIPheurSetData(
heur: *mut SCIP_HEUR,
heurdata: *mut SCIP_HEURDATA,
)Expand description
sets user data of primal heuristic; user has to free old data in advance!
pub unsafe extern "C" fn SCIPheurSetData(
heur: *mut SCIP_HEUR,
heurdata: *mut SCIP_HEURDATA,
)sets user data of primal heuristic; user has to free old data in advance!