Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 684 Bytes

README_PyPI.md

File metadata and controls

18 lines (12 loc) · 684 Bytes

electricalsim-opf-quadratic

Extension for solving the Optimal Power Flow calculation (OPF) with quadratic costs for the Electrical Grid Simulator (EGS).

This extension uses the pandapower capabilities for OPF through the PYPOWER solver, according to the runopp() and rundcopp() functions (AC OPF and DC OPF). For more details, see the pandapower documentation here.

Intallation & updates

Using pip:

pip install electricalsim-opf-quadratic -U

On MS Windows you may prefer:

python -m pip install electricalsim-opf-quadratic -U