SCIPintervalPower

Function SCIPintervalPower 

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

stores operand1 to the power of operand2 in resultant

uses SCIPintervalPowerScalar if operand2 is a scalar, otherwise computes exp(op2*log(op1))