mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-05 23:38:52 -06:00
Update docs
This commit is contained in:
@@ -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 @@
|
|||||||
"500": {
|
"500": {
|
||||||
"opening cost": [750, 760],
|
"opening cost": [750, 760],
|
||||||
"fixed operating cost": [400.0, 450.0],
|
"fixed operating cost": [400.0, 450.0],
|
||||||
"variable operating cost": [4.5, 4.7]
|
"variable operating cost": [5.0, 5.2]
|
||||||
},
|
|
||||||
"700": {
|
|
||||||
"opening cost": [1000, 1000],
|
|
||||||
"fixed operating cost": [500.0, 600.0],
|
|
||||||
"variable operating cost": [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.
Reference in New Issue
Block a user