Skip to content

Add a square slack model #139

Description

@MaxenceGollier

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions