cbingane / conicopf

Conic relaxations of the optimal power flow problem
MIT License
26 stars 9 forks source link

Examples to test the package #1

Open Vurgit opened 3 years ago

Vurgit commented 3 years ago

Hi Bingane, is there any examples to test the usage of this package? At present I dont even know which function to run.

cbingane commented 3 years ago

Hi Young. You can find benchmarks to test my package at this library: https://github.com/power-grid-lib/pglib-opf. You can also use MATPOWER test cases. To solve the semidefinite relaxation of the AC OPF problem, you can run the function solve_opf_sdr(testcase,model).

bmmddzgj commented 6 months ago

Hi Bingane, I wanna know how to code with sparse matrix $V$ as $Vij$ is useful only when $Yij$ is useful.