PyPSA / linopy

Linear optimization with N-D labeled arrays in Python
https://linopy.readthedocs.io
MIT License
163 stars 45 forks source link

sol file is not dumped when using gurobi #316

Closed michalmarszal closed 3 months ago

michalmarszal commented 3 months ago

We are using linopy in our project to build the optimization model. I've been wondering where are the sol files. It turns out that path to sol file is not use at all inside run_gurobi. Here you can find a PR which solves the issue.

https://github.com/PyPSA/linopy/pull/315