Update docs

v0.1 v0.1.0
Alinson S. Xavier 5 years ago
parent 968697dafa
commit a368076ea2

@ -276,5 +276,5 @@ POSSIBILITY OF SUCH DAMAGE.
<!-- <!--
MkDocs version : 1.1 MkDocs version : 1.1
Build Date UTC : 2020-05-22 15:06:46 Build Date UTC : 2020-05-22 20:22:06
--> -->

@ -135,7 +135,7 @@
<li class="second-level"><a href="#processing-plants">Processing Plants</a></li> <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="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> </ul>
</div></div> </div></div>
@ -367,12 +367,7 @@
&quot;500&quot;: { &quot;500&quot;: {
&quot;opening cost&quot;: [750, 760], &quot;opening cost&quot;: [750, 760],
&quot;fixed operating cost&quot;: [400.0, 450.0], &quot;fixed operating cost&quot;: [400.0, 450.0],
&quot;variable operating cost&quot;: [4.5, 4.7] &quot;variable operating cost&quot;: [5.0, 5.2]
},
&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]
} }
} }
} }
@ -382,12 +377,12 @@
} }
</code></pre> </code></pre>
<h2 id="model-assumptions">Model Assumptions</h2> <h2 id="current-limitations">Current limitations</h2>
<ul> <ul>
<li>Each plant can only be opened exactly once. After open, the plant remains open until the end of the simulation.</li> <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>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>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> </ul></div>

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save