rwl / PYPOWER

Port of MATPOWER to Python
http://rwl.github.io/PYPOWER/api/
Other
329 stars 110 forks source link

IPOPT interface in Pypower #75

Open imitator19 opened 2 years ago

imitator19 commented 2 years ago

OPF is an important feature of Pypower. Pypower has kindly provided interface to IPOPT through pyIPOPT. However, in recent Python version, e.g., python 3.8, pyIPOPT is no longer supported. Is is possible to update the python-IPOPT interface? Thanks!