Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msakai/haskell-glpk
Haskell wrapper for GLPK (GNU Linear Programming Kit).
https://github.com/msakai/haskell-glpk
Last synced: about 1 month ago
JSON representation
Haskell wrapper for GLPK (GNU Linear Programming Kit).
- Host: GitHub
- URL: https://github.com/msakai/haskell-glpk
- Owner: msakai
- Created: 2012-02-14T16:55:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T08:15:01.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T23:49:12.157Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GLPK bindings of for Haskell
=============================This binding is experimental and incomplete.
Use one of the following packages instead for practical use:
* [glpk-hs](https://hackage.haskell.org/package/glpk-hs)
* [glpk-headers](https://hackage.haskell.org/package/glpk-headers)
* [MIP-glpk](https://hackage.haskell.org/package/MIP-glpk)
* [math-programming-glpk](https://hackage.haskell.org/package/math-programming-glpk)