Skip to content

Commit a20ff87

Browse files
authored
PGLib-OPF v18.08 (#14)
Update to v18.08
1 parent d24b6df commit a20ff87

File tree

135 files changed

+302991
-31786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+302991
-31786
lines changed

BASELINE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The default linear solver will increase the runtime by 2-6x.
1616

1717
**[Ipopt.jl](https://github.com/JuliaOpt/Ipopt.jl):** v0.3.0, ac35cedbdd602bb0f1c257a5e04b516df5119155
1818

19-
**[PGLib OPF](https://github.com/power-grid-lib/pglib-opf):** v18.06, dbfab62e1cffad0a59f6c128b040273ff8ee2f9b
19+
**[PGLib OPF](https://github.com/power-grid-lib/pglib-opf):** v18.08, dbfab62e1cffad0a59f6c128b040273ff8ee2f9b
2020

2121
**Hardware:** Dual Intel 2.10GHz CPUs, 128GB RAM
2222

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
PGLib OPF Benchmarks Change Log
22
===============================
33

4+
### v18.08
5+
- Add TAMU cases, #7
6+
- Add SDET cases, #11
7+
- Add GOC cases
8+
49
### v18.06
510
- updated baseline and case generation to PowerModels v0.7
611
- cleaned up transformer parameters, #4

api/pglib_opf_case10000_tamu__api.m

Lines changed: 45576 additions & 0 deletions
Large diffs are not rendered by default.

api/pglib_opf_case118_ieee__api.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%%% %%%%%
3-
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.06 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.08 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 07 - June - 2018 %%%%%
6+
%%%% 08 - August - 2018 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case118_ieee__api

api/pglib_opf_case1354_pegase__api.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%%% %%%%%
3-
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.06 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.08 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 07 - June - 2018 %%%%%
6+
%%%% 08 - August - 2018 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case1354_pegase__api

api/pglib_opf_case13659_pegase__api.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%%% %%%%%
3-
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.06 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.08 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 07 - June - 2018 %%%%%
6+
%%%% 08 - August - 2018 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case13659_pegase__api

api/pglib_opf_case14_ieee__api.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%%% %%%%%
3-
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.06 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.08 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 07 - June - 2018 %%%%%
6+
%%%% 08 - August - 2018 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case14_ieee__api

api/pglib_opf_case162_ieee_dtc__api.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%%% %%%%%
3-
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.06 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v18.08 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 07 - June - 2018 %%%%%
6+
%%%% 08 - August - 2018 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case162_ieee_dtc__api

0 commit comments

Comments
 (0)