GNU Linear Programming Kit for Javascript
[Live demo][demo] [demo]: http://hgourvest.github.com/glpk.js/
Install the module with: npm install glpk.js
var glpk = require('glpk.js');Download the production version or the development version.
In your web page:
<script src="dist/glpk.min.js"></script>
<script>
</script>