Integer Optimization

For a project i need to solve linear programming problems with integer solutions.
But I did not find a good rust library.
Is there already one or do I have to write my own?

1 Like

If you have access to an academic license, you could use gurobi. The free alternative is to use glpk, which is easiest done using the JuMP Julia library through jlrs.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.