Maximizing the given function.

35 Views Asked by At

How would I maximize the function,

$$ f(x,y,z) = \min(x,y) + z $$

Given the constraint that, $$x+y+z=1$$

Edit: Additional constraint:

$$x,y,z \geq 0$$