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

Infeasibility detection issue in MOI test solve_farkas_interval_upper #122

Open
migarstka opened this issue Jan 5, 2021 · 0 comments
Open

Comments

@migarstka
Copy link
Member

This MOI-test hits maximum iterations before detecting infeasibility.
The problem is clearly infeasible:

find x1, x2
s.t. x1 >= 0, x2 >= 0
     -2 <= 2 * x1 + x2 <= -1 

This is probably related to a bug in infeasibility detection with interval-constraints (see #90) as the same problem is correctly classified as infeasible if one-sided constraints are used.

For now, I have excluded the test, see 7e1e0b0

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