SCIPfindEventhdlr

Function SCIPfindEventhdlr 

Source
pub unsafe extern "C" fn SCIPfindEventhdlr(
    scip: *mut SCIP,
    name: *const c_char,
) -> *mut SCIP_EVENTHDLR
Expand description

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