Multiple .lp file run in a time
AnsweredI have some .lp file around 15,000. It is impossible to run all of them one by one ( like x=read("a.lp") and then x.optimize() ). Is there any procedure to run all these .lp file at a time. I mean all my .lp file will run throughout the time how much time it needed but in a single input?
Thanks in advance
1
-
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?. -
There is no built-in function for this. You will have to read and optimize the files one by one. You can, of course, parallelize some of this, but you have to do it yourself.
0
Post is closed for comments.
Comments
2 comments