SCIPsetCutselFree

Function SCIPsetCutselFree 

Source
pub unsafe extern "C" fn SCIPsetCutselFree(
    scip: *mut SCIP,
    cutsel: *mut SCIP_CUTSEL,
    cutselfree: Option<unsafe extern "C" fn(scip: *mut SCIP, cutsel: *mut SCIP_CUTSEL) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets destructor method of cut selector