SCIPsetRelaxExitsol

Function SCIPsetRelaxExitsol 

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

sets solving process deinitialization method of relaxation handler