The FlatZinc decomposition of "int_pow" would use a zero default value for the base even raised to a negative value, causing unsatisfiability. This PR introduces a simpler decomposition that moves the default values for impossible
exponent values to the result.
The FlatZinc decomposition of "int_pow" would use a zero default value for the base even raised to a negative value, causing unsatisfiability. This PR introduces a simpler decomposition that moves the default values for impossible exponent values to the result.