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

Handle GreaterThan constraints #14

Closed
Tracked by #12
akshay326 opened this issue Jun 12, 2020 · 2 comments · Fixed by #77
Closed
Tracked by #12

Handle GreaterThan constraints #14

akshay326 opened this issue Jun 12, 2020 · 2 comments · Fixed by #77
Assignees

Comments

@akshay326
Copy link
Collaborator

can be easily cast to LessThan constraints - at least for current QPTH method

@matbesancon
Copy link
Collaborator

either by casting everything to LessThan, or by keeping a behavior for each type of constraint (a sense of the derivative for example), and keeping a dictionary of the senses. I don't think Dualization keeps senses but adds appropriate slack variables to get equalities everywhere

@akshay326
Copy link
Collaborator Author

will need to support MOI.Zeros in a similar way

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

Successfully merging a pull request may close this issue.

2 participants