pub unsafe extern "C" fn SCIPexprhdlrSetMonotonicity(
exprhdlr: *mut SCIP_EXPRHDLR,
monotonicity: Option<unsafe extern "C" fn(scip: *mut SCIP, expr: *mut SCIP_EXPR, childidx: c_int, result: *mut SCIP_MONOTONE) -> SCIP_RETCODE>,
)Expand description
set the monotonicity detection callback of an expression handler