SCIPexprhdlrSetEstimate

Function SCIPexprhdlrSetEstimate 

Source
pub unsafe extern "C" fn SCIPexprhdlrSetEstimate(
    exprhdlr: *mut SCIP_EXPRHDLR,
    initestimates: Option<unsafe extern "C" fn(scip: *mut SCIP, expr: *mut SCIP_EXPR, bounds: *mut SCIP_INTERVAL, overestimate: c_uint, coefs: *mut *mut f64, constant: *mut f64, nreturned: *mut c_int) -> SCIP_RETCODE>,
    estimate: Option<unsafe extern "C" fn(scip: *mut SCIP, expr: *mut SCIP_EXPR, localbounds: *mut SCIP_INTERVAL, globalbounds: *mut SCIP_INTERVAL, refpoint: *mut f64, overestimate: c_uint, targetvalue: f64, coefs: *mut f64, constant: *mut f64, islocal: *mut c_uint, success: *mut c_uint, branchcand: *mut c_uint) -> SCIP_RETCODE>,
)
Expand description

set the estimation callbacks of an expression handler