Function scip_sys::SCIPintervalQuad

source ·
pub unsafe extern "C" fn SCIPintervalQuad(
    infinity: f64,
    resultant: *mut SCIP_INTERVAL,
    sqrcoeff: f64,
    lincoeff: SCIP_INTERVAL,
    xrng: SCIP_INTERVAL
)
Expand description

stores range of quadratic term in resultant

given scalar a and intervals b and x, computes interval for \f$ a x^2 + b x \f$