SCIPcallExprEstimate

Function SCIPcallExprEstimate 

Source
pub unsafe extern "C" fn SCIPcallExprEstimate(
    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

calls the estimate callback for an expression

@see SCIP_DECL_EXPRESTIMATE

Returns without success if callback not implemented.