Function SCIPsetEventhdlrExitsol

Source
pub unsafe extern "C" fn SCIPsetEventhdlrExitsol(
    scip: *mut SCIP,
    eventhdlr: *mut SCIP_EVENTHDLR,
    eventexitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, eventhdlr: *mut SCIP_EVENTHDLR) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets solving process deinitialization callback of the event handler