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
Hi, i am trying to tune my Gurobi model, calling de tune function (https://www.gurobi.com/documentation/9.1/refman/py_model_tune.html). I followed the instructions from #138 , but it seems to not work at the 9.1 version. There is any waiy to use this utility?
The text was updated successfully, but these errors were encountered:
Use the C API:
Gurobi.jl/src/gen91/libgrb_api.jl
Lines 833 to 835 in 6484ba9
using JuMP, Gurobi jump_model = direct_model(Gurobi.Optimizer()) model = backend(jump_model) GRBtunemodel(model)
You should consult the Gurobi documentation for more details.
Sorry, something went wrong.
Closing because this isn't an issue in Gurobi.jl.
Issue #412 is tracking the addition of documentation for accessing the C API.
No branches or pull requests
Hi, i am trying to tune my Gurobi model, calling de tune function (https://www.gurobi.com/documentation/9.1/refman/py_model_tune.html). I followed the instructions from #138 , but it seems to not work at the 9.1 version. There is any waiy to use this utility?
The text was updated successfully, but these errors were encountered: