pub unsafe extern "C" fn SCIPexprhdlrSetReverseProp(
exprhdlr: *mut SCIP_EXPRHDLR,
reverseprop: Option<unsafe extern "C" fn(scip: *mut SCIP, expr: *mut SCIP_EXPR, bounds: SCIP_INTERVAL, childrenbounds: *mut SCIP_INTERVAL, infeasible: *mut c_uint) -> SCIP_RETCODE>,
)Expand description
set the reverse propagation callback of an expression handler