Skip to content

Commit ffc3397

Browse files
authored
v21 release candidate (#33)
1 parent 8bc96c0 commit ffc3397

File tree

178 files changed

+320908
-214855
lines changed

Some content is hidden

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

178 files changed

+320908
-214855
lines changed

CHANGELOG.md

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

4+
### v21.07
5+
- Add 60 bus Nordic system and 8387 bus pegase system
6+
47
### v20.07
58
- Add 18 cases from ARPA-e's Grid Optimization Competition, Challenge 1 Final Event
69
- Update some case names from `_tamu` to `_activ` (#26)

api/pglib_opf_case10000_goc__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 - v20.07 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v21.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 12 - July - 2020 %%%%%
6+
%%%% 29 - July - 2021 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case10000_goc__api

api/pglib_opf_case10480_goc__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 - v20.07 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v21.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 12 - July - 2020 %%%%%
6+
%%%% 29 - July - 2021 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case10480_goc__api

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 - v20.07 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v21.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 12 - July - 2020 %%%%%
6+
%%%% 29 - July - 2021 %%%%%
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 - v20.07 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v21.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 12 - July - 2020 %%%%%
6+
%%%% 29 - July - 2021 %%%%%
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 - v20.07 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v21.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 12 - July - 2020 %%%%%
6+
%%%% 29 - July - 2021 %%%%%
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 - v20.07 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v21.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 12 - July - 2020 %%%%%
6+
%%%% 29 - July - 2021 %%%%%
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 - v20.07 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v21.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 12 - July - 2020 %%%%%
6+
%%%% 29 - July - 2021 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case162_ieee_dtc__api

api/pglib_opf_case179_goc__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 - v20.07 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v21.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 12 - July - 2020 %%%%%
6+
%%%% 29 - July - 2021 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case179_goc__api

api/pglib_opf_case1888_rte__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 - v20.07 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v21.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 12 - July - 2020 %%%%%
6+
%%%% 29 - July - 2021 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case1888_rte__api

0 commit comments

Comments
 (0)