If I am trying to solve an optimization problem of a $f(x,y)$ subject to the following constraints:
$$0\le x \le y$$ $$ 0\le y\le 1$$
Then do I setup the Lagrangian as follows?
$$L(x,y,\lambda)=f(x,y)-\lambda_1(x-y)-\lambda_2(-x)-\lambda_3(-y)-\lambda_4(y-1)$$
I am trying to figure out how to transform this constrained optimization into an unconstrained one but having issues on how to account for $0\le y,x$