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

AMPL: generate inequalities instead of 'thick' equalities #350

Closed
gchabert opened this issue Dec 14, 2018 · 1 comment
Closed

AMPL: generate inequalities instead of 'thick' equalities #350

gchabert opened this issue Dec 14, 2018 · 1 comment
Assignees

Comments

@gchabert
Copy link
Contributor

When we have a constraint like
a <= expr <=b
the AMPL parser should generate two inequalities
expr<=b
expr>=a
and not a thick equality
expr = [a,b]

See #348 for details

Jordan08 added a commit that referenced this issue Jun 5, 2019
gchabert pushed a commit that referenced this issue Jun 5, 2019
@gchabert
Copy link
Contributor Author

gchabert commented Jun 5, 2019

Thanks

@gchabert gchabert closed this as completed Jun 5, 2019
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

2 participants