PyPSA / linopy

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

Second Order Cone #126

Open davide-f opened 1 year ago

davide-f commented 1 year ago

Hello,

I'm opening this issue to raise attention on SOCP and quadratic modelling that may be highly interesting for some energy system applications, and I'm wondering if they have been considered for linopy as potential upgrades.

SOCP and QP are clearly non linear, so they may not suite the purpose of the package but may be highly valuable for power systems. Moreover, many solvers now support those techniques, so I was wondering if there is any plan to support those techniques

FabianHofmann commented 1 year ago

Note that QP are now supported