PuLP vs. Gurobi
Hi!
I have as mentioned in a previous thread mentioned that I have used PuLP with a Gurobi-solver for my LP Problem. Do any of you guys know if my model will be solved faster if I had converted all my code into Gurobi instead of only using the Gurobi solver?
0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
The model creation (and possibly other pre and post-processing) can be faster (and in some cases, quite significantly so) if you switch to Gurobi's Python API.
Model solving time as such should not be affected too much since this always happens in Gurobi.
0 -
Do you have any recommendations for how to solve routing problems as fast as possible?
0
Post is closed for comments.
Comments
3 comments