Skip to content

Add a square slack model #139

@MaxenceGollier

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.

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