Skip to content

Complementarity constraint #771

Closed
@blegat

Description

@blegat

We discussed with @frapac how to create a complementarity constraint type.
One idea would be to add a type

struct Complementarity <: MOI.AbstractVectorFunction end
MOI.dimension(::Complementarity) = 2

And the constraint [x, y]-in-Complementarity would constraint x, y to be nonnegative and x * y to be zero.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions