SCIPincludeNlhdlrNonlinear

Function SCIPincludeNlhdlrNonlinear 

Source
pub unsafe extern "C" fn SCIPincludeNlhdlrNonlinear(
    scip: *mut SCIP,
    nlhdlr: *mut *mut SCIP_NLHDLR,
    name: *const c_char,
    desc: *const c_char,
    detectpriority: c_int,
    enfopriority: c_int,
    detect: Option<unsafe extern "C" fn(scip: *mut SCIP, conshdlr: *mut SCIP_CONSHDLR, nlhdlr: *mut SCIP_NLHDLR, expr: *mut SCIP_EXPR, cons: *mut SCIP_CONS, enforcing: *mut SCIP_NLHDLR_METHOD, participating: *mut SCIP_NLHDLR_METHOD, nlhdlrexprdata: *mut *mut SCIP_NLHDLREXPRDATA) -> SCIP_RETCODE>,
    evalaux: Option<unsafe extern "C" fn(scip: *mut SCIP, nlhdlr: *mut SCIP_NLHDLR, expr: *mut SCIP_EXPR, nlhdlrexprdata: *mut SCIP_NLHDLREXPRDATA, auxvalue: *mut f64, sol: *mut SCIP_SOL) -> SCIP_RETCODE>,
    nlhdlrdata: *mut SCIP_NLHDLRDATA,
) -> SCIP_RETCODE
Expand description

creates a nonlinear handler and includes it into the nonlinear constraint handler