Skip to content

Commit

Permalink
build based on e910054
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 19, 2023
1 parent fba6c22 commit 8669e29
Show file tree
Hide file tree
Showing 47 changed files with 210 additions and 210 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-11-17T21:39:38","documenter_version":"1.1.2"}}
{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2023-12-19T23:18:56","documenter_version":"1.2.1"}}
2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-light.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/developer/contributing.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/developer/roadmap.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/developer/style.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Pkg.add(&quot;PowerModelsONM&quot;)</code></pre><h2 id="Developer-Installation"><a class="docs-heading-anchor" href="#Developer-Installation">Developer Installation</a><a id="Developer-Installation-1"></a><a class="docs-heading-anchor-permalink" href="#Developer-Installation" title="Permalink"></a></h2><p>To install PowerModelsONM as a developer,</p><pre><code class="language-julia hljs">import Pkg
Pkg.develop(Pkg.PackageSpec(; name=&quot;PowerModelsONM&quot;, url=&quot;https://github.com/lanl-ansi/PowerModelsONM.jl&quot;))</code></pre><p>From the command-line, outside Julia, one could download the repository, either via Github.com, or using git, <em>i.e.</em>,</p><pre><code class="language-sh hljs">git clone https://github.com/lanl-ansi/PowerModelsONM.jl.git
git checkout tags/v1.0.0</code></pre><p>Then to install PowerModelsONM and its required packages</p><pre><code class="language-sh hljs">julia --project=&quot;path/to/PowerModelsONM&quot; -e &#39;using Pkg; Pkg.instantiate(); Pkg.precompile();&#39;</code></pre><h2 id="Gurobi-Configuration"><a class="docs-heading-anchor" href="#Gurobi-Configuration">Gurobi Configuration</a><a id="Gurobi-Configuration-1"></a><a class="docs-heading-anchor-permalink" href="#Gurobi-Configuration" title="Permalink"></a></h2><p>To use Gurobi, a Gurobi binary in required on your system, as well as ENV variables defining where the Gurobi binary is, and where your Gurobi license file is, <em>e.g.</em>, for Gurobi 9.10 on MacOS,</p><pre><code class="language-sh hljs">export GRB_LICENSE_FILE=&quot;$HOME/.gurobi/gurobi.lic&quot;
export GUROBI_HOME=&quot;/Library/gurobi910/mac64&quot;</code></pre><p><strong>BEFORE</strong> importing PowerModelsONM with <code>using PowerModelsONM</code>, you <strong>must</strong> <code>import Gurobi</code>.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="index.html">« Introduction</a><a class="docs-footer-nextpage" href="manual/quickguide.html">Getting Started »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.1.2 on <span class="colophon-date" title="Friday 17 November 2023 21:39">Friday 17 November 2023</span>. Using Julia version 1.9.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
export GUROBI_HOME=&quot;/Library/gurobi910/mac64&quot;</code></pre><p><strong>BEFORE</strong> importing PowerModelsONM with <code>using PowerModelsONM</code>, you <strong>must</strong> <code>import Gurobi</code>.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="index.html">« Introduction</a><a class="docs-footer-nextpage" href="manual/quickguide.html">Getting Started »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Tuesday 19 December 2023 23:18">Tuesday 19 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/manual/graphml_export.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
save_graphml(&quot;unnested_ieee13.graphml&quot;, eng; type=&quot;unnested&quot;)</code></pre><p>Below is what this exported graphml looks like after being loaded in yEd, the ONM recommended properaties applied, and the Orthogonal - Classic layout applied.</p><p><img src="../assets/unnested_ieee13.svg" alt="Unnested IEEE13 Graph"/></p><h2 id="Nested-Graph"><a class="docs-heading-anchor" href="#Nested-Graph">Nested Graph</a><a id="Nested-Graph-1"></a><a class="docs-heading-anchor-permalink" href="#Nested-Graph" title="Permalink"></a></h2><p>To export an nested graph</p><pre><code class="language-julia hljs">import PowerModelsONM as ONM
onm_path = joinpath(dirname(pathof(ONM)), &quot;../examples/data&quot;)
eng = ONM.PMD.parse_file(joinpath(onm_path, &quot;network.ieee13.dss&quot;))
save_graphml(&quot;nested_ieee13.graphml&quot;, eng; type=&quot;nested&quot;)</code></pre><p>Below is what this exported graphml looks like after being loaded in yEd, the ONM recommended properaties applied, and the Orthogonal - Classic layout applied.</p><p><img src="../assets/nested_ieee13.svg" alt="Nested IEEE13 Graph"/></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="opf_model.html">« Optimal Dispatch Mathematical Model</a><a class="docs-footer-nextpage" href="../tutorials/Beginners Guide.html">Beginners Guide »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.1.2 on <span class="colophon-date" title="Friday 17 November 2023 21:39">Friday 17 November 2023</span>. Using Julia version 1.9.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
save_graphml(&quot;nested_ieee13.graphml&quot;, eng; type=&quot;nested&quot;)</code></pre><p>Below is what this exported graphml looks like after being loaded in yEd, the ONM recommended properaties applied, and the Orthogonal - Classic layout applied.</p><p><img src="../assets/nested_ieee13.svg" alt="Nested IEEE13 Graph"/></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="opf_model.html">« Optimal Dispatch Mathematical Model</a><a class="docs-footer-nextpage" href="../tutorials/Beginners Guide.html">Beginners Guide »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Tuesday 19 December 2023 23:18">Tuesday 19 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/manual/mld_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
&amp; S^{sw}_i \geq -S^{swu} z^{sw}_i\ \forall i \in S \\
&amp; V^{fr}_{i,c} - V^{to}_{i,c} \leq v^u_{i,c} \left ( 1 - z^{sw}_i \right )\ \forall i \in S,\forall c \in C \\
&amp; V^{fr}_{i,c} - V^{to}_{i,c} \geq -v^u_{i,c} \left ( 1 - z^{sw}_i \right )\ \forall i \in S,\forall c \in C
\end{align}\]</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="onm_workflow.html">« The ONM Workflow</a><a class="docs-footer-nextpage" href="opf_model.html">Optimal Dispatch Mathematical Model »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.1.2 on <span class="colophon-date" title="Friday 17 November 2023 21:39">Friday 17 November 2023</span>. Using Julia version 1.9.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
\end{align}\]</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="onm_workflow.html">« The ONM Workflow</a><a class="docs-footer-nextpage" href="opf_model.html">Optimal Dispatch Mathematical Model »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Tuesday 19 December 2023 23:18">Tuesday 19 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/manual/onm_workflow.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/manual/opf_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
&amp; \mathbf{S}_{ji} = \mathbf{V}_j \mathbf{V}_j^H \left( \mathbf{Y}_{ij} + \mathbf{Y}^c_{ji} \right)^H - {\mathbf{V}^H_i \mathbf{V}_j} \mathbf{Y}^H_{ij} \;\; \forall (i,j)\in E \\
&amp; |diag(\mathbf{S}_{ij})| \leq \mathbf{s}^u_{ij} \;\; \forall (i,j) \in E \cup E^R \\
&amp; \theta^{\Delta l}_{ij,c} \leq \angle (V_{i,c} V^*_{j,c}) \leq \theta^{\Delta u}_{ij,c} \;\; \forall (i,j) \in E, \forall c \in C
\end{align}\]</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="mld_model.html">« Optimal Switch / Load shed Mathematical Model</a><a class="docs-footer-nextpage" href="graphml_export.html">Exporting with GraphML »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.1.2 on <span class="colophon-date" title="Friday 17 November 2023 21:39">Friday 17 November 2023</span>. Using Julia version 1.9.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
\end{align}\]</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="mld_model.html">« Optimal Switch / Load shed Mathematical Model</a><a class="docs-footer-nextpage" href="graphml_export.html">Exporting with GraphML »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Tuesday 19 December 2023 23:18">Tuesday 19 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 8669e29

Please sign in to comment.