SCIPsetRelaxExit

Function SCIPsetRelaxExit 

Source
pub unsafe extern "C" fn SCIPsetRelaxExit(
    scip: *mut SCIP,
    relax: *mut SCIP_RELAX,
    relaxexit: Option<unsafe extern "C" fn(scip: *mut SCIP, relax: *mut SCIP_RELAX) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets deinitialization method of relaxation handler