pub unsafe extern "C" fn SCIPintervalScalprodScalarsInf(
infinity: f64,
resultant: *mut SCIP_INTERVAL,
length: c_int,
operand1: *mut SCIP_INTERVAL,
operand2: *mut f64,
)Expand description
computes the scalar product of a vector of intervals and a vector of scalars and stores infimum of result in infimum of resultant