pub unsafe extern "C" fn SCIPintervalScalprod(
    infinity: f64,
    resultant: *mut SCIP_INTERVAL,
    length: c_int,
    operand1: *mut SCIP_INTERVAL,
    operand2: *mut SCIP_INTERVAL
)
Expand description

computes the scalar product of two vectors of intervals and stores result in resultant