pub unsafe extern "C" fn SCIPintervalSubScalar(
infinity: f64,
resultant: *mut SCIP_INTERVAL,
operand1: SCIP_INTERVAL,
operand2: f64,
)Expand description
subtracts scalar operand2 from operand1 and stores result in resultant
pub unsafe extern "C" fn SCIPintervalSubScalar(
infinity: f64,
resultant: *mut SCIP_INTERVAL,
operand1: SCIP_INTERVAL,
operand2: f64,
)subtracts scalar operand2 from operand1 and stores result in resultant