Function SCIPfindConshdlr

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

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