SCIPsetSepaFree

Function SCIPsetSepaFree 

Source
pub unsafe extern "C" fn SCIPsetSepaFree(
    scip: *mut SCIP,
    sepa: *mut SCIP_SEPA,
    sepafree: Option<unsafe extern "C" fn(scip: *mut SCIP, sepa: *mut SCIP_SEPA) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets destructor method of separator