This page describes JavaScript interfaces to GLPK. These interfaces allow GLPK to be called from webpages on either the client side or the server side. At present there is one JavaScript project.


GNU Linear Programming Kit for JavaScript edit

This project by Henri Gourvest is abbreviated to glpk.js. The code is hosted on github. There is also an online test here.

These bindings allow GLPK to be run either inside a web browser or from a web server As of December 2012, the project offers a CPLEX format model parser and access to the GLPK solver.

See this December 2012 thread for more details.


 

To do:
• confirm and add to the content