We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does Gurobi.jl support general constraints such as min, max, abs, or ... already?
min
max
abs
or
Btw, does JuMP even support them?
http://www.gurobi.com/documentation/7.5/refman/py_model_addgenconstrmin.html
The text was updated successfully, but these errors were encountered:
No. However, Gurobi.jl wraps the Gurobi C API so you could make a pull request wrapping constraints such as http://www.gurobi.com/documentation/7.5/refman/c_grbaddgenconstrmin.html
Gurobi.jl
I can walk you through the process if you need help.
Not yet. However, the upcoming release of JuMP 0.19 will have much better support for extensions such as this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Does Gurobi.jl support general constraints such as
min
,max
,abs
,or
... already?Btw, does JuMP even support them?
http://www.gurobi.com/documentation/7.5/refman/py_model_addgenconstrmin.html
The text was updated successfully, but these errors were encountered: