SCIPsetFindEventhdlr

Function SCIPsetFindEventhdlr 

Source
pub unsafe extern "C" fn SCIPsetFindEventhdlr(
    set: *mut SCIP_SET,
    name: *const c_char,
) -> *mut SCIP_EVENTHDLR
Expand description

returns the event handler of the given name, or NULL if not existing