-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2e1a8e
commit 1bf7eac
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> --> | ||
|