I propose to add a new slack-model: square-slack-model.
It would transform the problem
$$\begin{aligned}
\min_x \quad & f(x)\\\
\mathrm{s.t.} \quad & g(x) \leq 0, \\\
\end{aligned}$$
into
$$\begin{aligned}
\min_{x, y} \quad & f(x)\\\
\mathrm{s.t.} \quad & g(x) + y^2 = 0,\\\
\end{aligned}$$
see
I have a few questions @dpo, is this the formulation you had in mind last week ? Do we apply this procedure only on nonlinear inequality constraints or to box constraints as well ? For my solver, I'd need to apply it to both but i am not sure whether this is a good thing to do in general.
I propose to add a new
slack-model:square-slack-model.It would transform the problem
into
see
I have a few questions @dpo, is this the formulation you had in mind last week ? Do we apply this procedure only on nonlinear inequality constraints or to box constraints as well ? For my solver, I'd need to apply it to both but i am not sure whether this is a good thing to do in general.