https://github.com/marekyggdrasil/optilogistics
https://github.com/marekyggdrasil/optilogistics
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marekyggdrasil/optilogistics
- Owner: marekyggdrasil
- Created: 2016-08-26T04:49:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T03:46:08.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T20:44:18.337Z (5 months ago)
- Language: AMPL
- Size: 3.52 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installing `glpk`
`brew install homebrew/science/glpk`
Install `AMPL` syntax highlight in your text editor.
Launch GLPK solver
`glpsol --math file.mod`
More example models:
https://www3.nd.edu/~jeff/mathprog/
Usage from JavaScript
https://github.com/hgourvest/node-glpk/blob/master/examples/sample.js