Glpk with Experimental Extensions in Your Browser

This page runs experimental Glpsol from this GLPK repository in the browser. It lets you solve optimization problems written in GMPL modelling language. Both linear programming and integer programming is supported.

Select a model (you can edit then) and press [run glpsol] button:

  (Try --help to see options.)

***Some models can take a long time or use much memory, you can reload the page to restart.

Loading Webassembly in the background...

This page is based on Glpk in Your Browser, and the compilation to wasm was based on this repository github.com/PetterS/monolith