Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect statuses in infeasibility case #39

Open
mlubin opened this issue Jan 8, 2019 · 0 comments
Open

incorrect statuses in infeasibility case #39

mlubin opened this issue Jan 8, 2019 · 0 comments

Comments

@mlubin
Copy link
Collaborator

mlubin commented Jan 8, 2019

In the case of dual infeasibility, the primal is the infeasibility certificate. The dual is reported as a certificate, but it cannot be:
https://github.com/oxfordcontrol/OSQP.jl/blob/8dd46b5a7c8955ae41cf8464295825801946e939/src/MOI_wrapper.jl#L555-L561

Same thing applies in the case of primal infeasibility:
https://github.com/oxfordcontrol/OSQP.jl/blob/8dd46b5a7c8955ae41cf8464295825801946e939/src/MOI_wrapper.jl#L537-L543

We could return either NO_SOLUTION or INFEASIBLE_POINT in this case, depending on what OSQP says about these solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant