SCIPsetPropFree

Function SCIPsetPropFree 

Source
pub unsafe extern "C" fn SCIPsetPropFree(
    scip: *mut SCIP,
    prop: *mut SCIP_PROP,
    propfree: Option<unsafe extern "C" fn(scip: *mut SCIP, prop: *mut SCIP_PROP) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets destructor method of propagator