SCIPsetPresolExit

Function SCIPsetPresolExit 

Source
pub unsafe extern "C" fn SCIPsetPresolExit(
    scip: *mut SCIP,
    presol: *mut SCIP_PRESOL,
    presolexit: Option<unsafe extern "C" fn(scip: *mut SCIP, presol: *mut SCIP_PRESOL) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets deinitialization method of presolver