Skip to content

Commit 709172a

Browse files
committed
add basic outline
1 parent 57492a4 commit 709172a

File tree

3 files changed

+64
-2
lines changed

3 files changed

+64
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PGLib OPF Benchmarks Change Log
2+
===============================
3+
4+
### v19.08
5+
- Initial release

LICENSE

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Data License:
2+
3+
Creative Commons Attribution 4.0 International license
4+
http://creativecommons.org/licenses/by/4.0/
5+
6+
See data files for specific copyright holders and attribution details.
7+
8+
9+
Software License:
10+
11+
MIT License
12+
Copyright (c) 2017 A Library of IEEE PES Power Grid Benchmarks
13+
14+
Permission is hereby granted, free of charge, to any person obtaining a copy
15+
of this software and associated documentation files (the "Software"), to deal
16+
in the Software without restriction, including without limitation the rights
17+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18+
copies of the Software, and to permit persons to whom the Software is
19+
furnished to do so, subject to the following conditions:
20+
21+
The above copyright notice and this permission notice shall be included in all
22+
copies or substantial portions of the Software.
23+
24+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30+
SOFTWARE.
31+

README.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# pglib-uc-dev
2-
Benchmarks for the Unit Commitment Problem
1+
# Power Grid Lib - Unit Commitment
2+
3+
This benchmark library is curated and maintained by the [IEEE PES Task Force on Benchmarks for Validation of Emerging Power System Algorithms](https://power-grid-lib.github.io/) and is designed to evaluate a well established version of the the Unit Commitment problem. Specifically, these cases are designed for benchmarking algorithms that solve the following the Mixed-Integer Linear Program described in the formulation [PDF document](tbd).
4+
5+
A detailed description of this mathematical model is available [here](tbd). All of the cases files are curated in a json-based data format. Open-source reference implementations are available in [TBD](.) and [TBD](.).
6+
7+
## Problem Overview
8+
9+
Discuss high level features / scope of the model (e.g. ramp rates, up time ect.).
10+
11+
12+
## Case File Overview
13+
14+
A brief discussion of where the datasets come form.
15+
16+
17+
## Contributions
18+
19+
All case files are provided under a [Creative Commons Attribution License](http://creativecommons.org/licenses/by/4.0/), which allows anyone to share or adapt these cases as long as they give appropriate credit to the original author, provide a link to the license, and indicate if changes were made.
20+
21+
Community-based recommendations and contributions are welcome and encouraged in all PGLib repositories. Please feel free to submit comments and questions in the [issue tracker](https://github.com/power-grid-lib/pglib-uc/issues). Corrections and new network contributions are welcome via pull requests. All data contributions are subject to a quality assurance review by the repository curator(s).
22+
23+
24+
## Citation Guidelines
25+
26+
This repository is not static. Consequently, it is critically important to indicate the version number when referencing this repository in scholarly work.
27+
28+
Users of this these cases are encouraged to cite the original source documents mentioned in this overview document.

0 commit comments

Comments
 (0)