Update docs

This commit is contained in:
2020-04-12 16:50:41 -05:00
parent f552263be1
commit 7b9709735e
13 changed files with 665 additions and 179 deletions

View File

@@ -8,7 +8,7 @@
<link rel="../img/favicon.ico">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>Usage - MIPLearn</title>
@@ -153,8 +153,10 @@
<h3 id="installation">Installation</h3>
<p>MIPLearn is mainly written in Python, with some components written in Julia. For this
reason, both Python 3.6+ and Julia 1.3+ are required. A mixed-integer solver is also required, and
its Python bindings must be properly installed. Currently supported solvers include CPLEX and
Gurobi. To install MIPLearn, run the following commands: </p>
its Python bindings must be properly installed. Supported solvers are CPLEX and
Gurobi. Optimization problems currently need to be specified in the Pyomo modeling language.
A JuMP interface to the package is currently under development.</p>
<p>To install MIPLearn, run the following commands: </p>
<pre><code class="bash">git clone https://github.com/ANL-CEEESA/MIPLearn.git
cd MIPLearn
make install