PyPSA / linopy

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

Support COPT #186

Closed fneum closed 9 months ago

fneum commented 9 months ago

This is a commercial solver.

Performs very well for LP: https://plato.asu.edu/ftp/lpopt.html

Similar to Gurobi, it seems to have renewable free academic licenses: https://shanshu.ai/copt

Has a Python interface: https://guide.coap.online/copt/en-doc/pythoninterface.html#chappythoninterface

Interface installable via pip install coptpy