SCIPintervalPowerScalarInteger

Function SCIPintervalPowerScalarInteger 

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

computes bounds on power of a scalar operand1 to an integer operand2

Both operands need to be finite numbers. Needs to have operand1 ≥ 0 and needs to have operand2 ≥ 0 if operand1 = 0.