PyPSA / linopy

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

Support power operation #234

Closed FabianHofmann closed 7 months ago

FabianHofmann commented 7 months ago

Variables and LinearExpressions now have support for the power operator. For example, x**2 is now supported.