Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Add feasibility checks to optimizers/converters #1134

@adekusar-drl

Description

@adekusar-drl

What is the expected enhancement?

Please add that an optimization algorithm should check whether a solution is feasible and change the status to INFEASIBLE if not. This should also be part of the interpret of the equality to penalty converter.
This would likely require to add a is_feasible(x) method to QuadraticProgram, but given the evaluate(x) we already have that should be straight-forward.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions