SCIPintervalAddScalar

Function SCIPintervalAddScalar 

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

adds operand1 and scalar operand2 and stores result in resultant