Update docs

This commit is contained in:
2020-11-06 13:44:17 -06:00
parent 712742a518
commit 100c4267e4
9 changed files with 129 additions and 605 deletions

View File

@@ -134,7 +134,7 @@
<div class="col-md-9" role="main">
<h1 id="unitcommitmentjl">UnitCommitment.jl</h1>
<p><strong>UnitCommitment.jl</strong> (UC.jl) is an optimization package for the Security-Constrained Unit Commitment Problem (SCUC), a fundamental optimization problem in power systems used, for example, to clear the day-ahead electricity markets. The package provides benchmark instances for the problem and JuMP implementations of state-of-the-art mixed-integer programming formulations.</p>
<p><strong>UnitCommitment.jl</strong> (UC.jl) is a Julia optimization package for the Security-Constrained Unit Commitment Problem (SCUC), a fundamental optimization problem in power systems used, for example, to clear the day-ahead electricity markets. The package provides benchmark instances for the problem and Julia/JuMP implementations of state-of-the-art mixed-integer programming formulations.</p>
<h3 id="package-components">Package Components</h3>
<ul>
<li><strong>Data Format:</strong> The package proposes an extensible and fully-documented JSON-based data specification format for SCUC, developed in collaboration with Independent System Operators (ISOs), which describes the most important aspects of the problem. The format supports all the most common generator characteristics (including ramping, piecewise-linear production cost curves and time-dependent startup costs), as well as operating reserves, price-sensitive loads, transmission networks and contingencies.</li>
@@ -189,6 +189,8 @@
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.18.0/build/highlight.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.18.0/build/languages/julia.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
@@ -271,5 +273,5 @@
<!--
MkDocs version : 1.1.2
Build Date UTC : 2020-11-03 23:36:25.864718+00:00
Build Date UTC : 2020-11-06 19:44:10.310639+00:00
-->