mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 01:48:51 -06:00
Update docs
This commit is contained in:
@@ -290,7 +290,7 @@
|
||||
<li><p>Julia version, compatible with the JuMP modeling language.</p></li>
|
||||
</ul>
|
||||
<p>In this tutorial, we will demonstrate how to use and install the Python/Pyomo version of the package. The first step is to install Julia in your machine. See the <a class="reference external" href="https://julialang.org/downloads/">official Julia website for more instructions</a>. After Julia is installed, launch the Julia REPL, type <code class="docutils literal notranslate"><span class="pre">]</span></code> to enter package mode, then install MIPLearn:</p>
|
||||
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>pkg> add MIPLearn@0.3
|
||||
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>pkg> add MIPLearn@0.4
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>In addition to MIPLearn itself, we will also install:</p>
|
||||
|
||||
Reference in New Issue
Block a user