Skip to content

alongrun/glpk.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glpk.js

GNU Linear Programming Kit for Javascript

[Live demo][demo] [demo]: http://hgourvest.github.com/glpk.js/

Getting Started

On the server

Install the module with: npm install glpk.js

var glpk = require('glpk.js');

In the browser

Download the production version or the development version.

In your web page:

<script src="dist/glpk.min.js"></script>
<script>

</script>

About

GNU Linear Programming Kit for Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors