Skip to content

Commit 8bc96c0

Browse files
ccoffrinrdzman
andauthored
PGLib-OPF v20.07 (#29)
* v20 release candidate * Update URL for MATPOWER, Matpower --> MATPOWER (#28) Co-authored-by: Ray Zimmerman <rdzman@users.noreply.github.com>
1 parent 6e21bd0 commit 8bc96c0

File tree

189 files changed

+1694269
-382093
lines changed

Some content is hidden

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

189 files changed

+1694269
-382093
lines changed

BASELINE.md

Lines changed: 153 additions & 114 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
PGLib OPF Benchmarks Change Log
1+
PGLib OPF Benchmarks Change Log
22
===============================
33

4+
### v20.07
5+
- Add 18 cases from ARPA-e's Grid Optimization Competition, Challenge 1 Final Event
6+
- Update some case names from `_tamu` to `_activ` (#26)
7+
- Updated baseline results and case generation to PowerModels v0.17
8+
- Removed `pglib_opf_case30_fsr.m` due to marginal benchmarking value
9+
- Removed 500, 2000 and 10000 bus `activ` cases in favor of similar grid optimization competition cases
10+
- Removed 2316 bus `SDET` case in favor of similar grid optimization competition cases
11+
412
### v19.05
513
- Minor fixes to generator bounds, #22, #29
614

715
### v19.01
816
- Fixed generator voltage setpoints, #5
917
- Made thermal limits monotonic, #15
10-
- Updated Polish network source files to Matpower v7.0, #17
18+
- Updated Polish network source files to MATPOWER v7.0, #17
1119
- Simplified generator data, #18
1220
- Made minor corrections to the fuel cost model
1321
- Updated baseline results and case generation to PowerModels v0.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This benchmark library is curated and maintained by the [IEEE PES Task Force on
66
![The Mathematical Model of the Optimal Power Flow Problem](MODEL.png?raw=true "Optional Title")
77
&nbsp;
88

9-
A detailed description of this mathematical model is available [here](https://arxiv.org/abs/1502.07847). All of the cases files are curated in the [Matpower](http://www.pserc.cornell.edu/matpower) data format. Open-source reference implementations are available in [Matpower](http://www.pserc.cornell.edu/matpower) and [PowerModels.jl](https://github.com/lanl-ansi/PowerModels.jl) and baseline results are reported in [BASELINE.md](BASELINE.md).
9+
A detailed description of this mathematical model is available [here](https://arxiv.org/abs/1502.07847). All of the cases files are curated in the [MATPOWER](https://matpower.org) data format. Open-source reference implementations are available in [MATPOWER](https://matpower.org) and [PowerModels.jl](https://github.com/lanl-ansi/PowerModels.jl) and baseline results are reported in [BASELINE.md](BASELINE.md).
1010

1111
### Problem Variants
1212

api/pglib_opf_case10000_goc__api.m

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

api/pglib_opf_case10000_tamu__api.m

Lines changed: 0 additions & 47059 deletions
This file was deleted.

api/pglib_opf_case10480_goc__api.m

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

api/pglib_opf_case118_ieee__api.m

Lines changed: 222 additions & 227 deletions
Large diffs are not rendered by default.

api/pglib_opf_case1354_pegase__api.m

Lines changed: 1682 additions & 1681 deletions
Large diffs are not rendered by default.

api/pglib_opf_case13659_pegase__api.m

Lines changed: 8383 additions & 8390 deletions
Large diffs are not rendered by default.

api/pglib_opf_case14_ieee__api.m

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%%% %%%%%
3-
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v19.05 %%%%%
3+
%%%% IEEE PES Power Grid Library - Optimal Power Flow - v20.07 %%%%%
44
%%%% (https://github.com/power-grid-lib/pglib-opf) %%%%%
55
%%%% Benchmark Group - Active Power Increase %%%%%
6-
%%%% 10 - May - 2019 %%%%%
6+
%%%% 12 - July - 2020 %%%%%
77
%%%% %%%%%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
99
function mpc = pglib_opf_case14_ieee__api
@@ -124,8 +124,6 @@
124124
% INFO : Gen at bus 1 - NG : Pmax 398.0, Qmin -37.2, Qmax 37.2 -> Qmin -199.0, Qmax 199.0
125125
% INFO : Gen at bus 2 - NG : Pmax 230.0, Qmin -57.6, Qmax 57.6 -> Qmin -115.0, Qmax 115.0
126126
% INFO :
127-
% INFO : === Generator Bounds Update Notes ===
128-
% INFO :
129127
% INFO : === Generator Setpoint Replacement Notes ===
130128
% INFO : Gen at bus 1 : Pg=355.0, Qg=31.0 -> Pg=199.0, Qg=0.0
131129
% INFO : Gen at bus 1 : Vg=1.0 -> Vg=1.0

0 commit comments

Comments
 (0)