Function SCIPfindExprhdlr

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

returns an expression handler of a given name (or NULL if not found)