I want to resolve a problem in Python with Pyomo modules and I can resolve it in local with my laptop because I installed glpk as a solver. I would want to know how to upload glpk to my repository in Azure to use it with my code.
I don’t know if I have to upload it as a docker or there is another way to do it. Eventhough if you know another solver that I can use without these troubles it is also welcome. I couldn’t find another solvers implemented in Python.
Thank you.
I tried to upload the code without GLPK solver and Python got me an error.
miguagui is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.