Function scip_sys::SCIPheurSetData

source ·
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!