Update docs

This commit is contained in:
2020-05-22 15:22:45 -05:00
parent 968697dafa
commit a368076ea2
4 changed files with 6 additions and 11 deletions

View File

@@ -135,7 +135,7 @@
<li class="second-level"><a href="#processing-plants">Processing Plants</a></li>
<li class="third-level"><a href="#example_2">Example</a></li>
<li class="second-level"><a href="#model-assumptions">Model Assumptions</a></li>
<li class="second-level"><a href="#current-limitations">Current limitations</a></li>
</ul>
</div></div>
@@ -367,12 +367,7 @@
&quot;500&quot;: {
&quot;opening cost&quot;: [750, 760],
&quot;fixed operating cost&quot;: [400.0, 450.0],
&quot;variable operating cost&quot;: [4.5, 4.7]
},
&quot;700&quot;: {
&quot;opening cost&quot;: [1000, 1000],
&quot;fixed operating cost&quot;: [500.0, 600.0],
&quot;variable operating cost&quot;: [4.0, 4.4]
&quot;variable operating cost&quot;: [5.0, 5.2]
}
}
}
@@ -382,12 +377,12 @@
}
</code></pre>
<h2 id="model-assumptions">Model Assumptions</h2>
<h2 id="current-limitations">Current limitations</h2>
<ul>
<li>Each plant can only be opened exactly once. After open, the plant remains open until the end of the simulation.</li>
<li>Plants can be expanded at any time, even long after they are open.</li>
<li>Variable and fixed operating costs do not change according to plant size.</li>
<li>All material available at the beginning of a time period must be entirely processed by the end of that time period. It is not possible to store unprocessed materials from one time period to the next.</li>
<li>Up to two plant sizes are currently supported. Variable operating costs must be the same for all plant sizes.</li>
</ul></div>