SCIPsetEventhdlrInit

Function SCIPsetEventhdlrInit 

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

sets initialization callback of the event handler