pub unsafe extern "C" fn SCIPfindNlhdlrNonlinear(
conshdlr: *mut SCIP_CONSHDLR,
name: *const c_char,
) -> *mut SCIP_NLHDLRExpand description
returns a nonlinear handler of a given name (or NULL if not found)
pub unsafe extern "C" fn SCIPfindNlhdlrNonlinear(
conshdlr: *mut SCIP_CONSHDLR,
name: *const c_char,
) -> *mut SCIP_NLHDLRreturns a nonlinear handler of a given name (or NULL if not found)