Say I have the function
$f(x_1,x_2) = 1 + x_1^2 + x_2^2 $
which is to be minimised subject to the following constraints:
$x_1 \cdot x_2 \ge 1$ and $x_1 + x_2 \le 3$
How would I go about determining which, if either, of the two constraints are active?