-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add Gurobi Support #20
Comments
This library can already use gurobi through the One could add a direct binding, but it would be harder to test on ci without a valid gurobi license... |
How do you intercept the LP file generated when using |
The to_lp_file_format, display_lp, and to_tmp_file methods of the LpProblem trait might be helpful. |
@mfuhr Is there a minimum code example of how to do this? I have not managed to generate the LP file. |
Can someone provide insights on whether integrating Gurobi with lp-solvers (LP file) is faster compared to directly embedding the grb crate? I only mean the time it takes to build the model. |
I was wondering if this library could be made to call Gurobi by partnering with the already existing https://github.com/ykrist/rust-grb
The text was updated successfully, but these errors were encountered: