SCIPsetHeurFree

Function SCIPsetHeurFree 

Source
pub unsafe extern "C" fn SCIPsetHeurFree(
    scip: *mut SCIP,
    heur: *mut SCIP_HEUR,
    heurfree: Option<unsafe extern "C" fn(scip: *mut SCIP, heur: *mut SCIP_HEUR) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets destructor method of primal heuristic