Skip to content

Commit

Permalink
update demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters committed Mar 20, 2024
1 parent f2e1a8e commit 1bf7eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 style="margin: 1rem 0;">lp-model</h1>
WebAssembly.
</p>
<pre id="output" style="font-size: 0.85rem;">Loading...</pre>
<p>If you see an ILP written in the CPLEX LP format, and both the HiGHS solution and the GLPK solution, it worked!</p>
<p>If you see an ILP written in the CPLEX LP format, and the solution <code>x = 1</code>, <code>y = 2</code> returned by HiGHS, GLPK, and jsLPSolver, it worked!</p>
<p><a href="https://github.com/DominikPeters/lp-model/blob/master/index.html">HTML source code</a> of this demo page.</p>
</main>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/lp-model.min.js"></script> -->
Expand Down

0 comments on commit 1bf7eac

Please sign in to comment.