Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smimram/ocaml-glpk
OCaml bindings for glpk
https://github.com/smimram/ocaml-glpk
glpk ocaml
Last synced: 2 months ago
JSON representation
OCaml bindings for glpk
- Host: GitHub
- URL: https://github.com/smimram/ocaml-glpk
- Owner: smimram
- License: gpl-2.0
- Created: 2013-04-04T13:42:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T09:47:44.000Z (almost 3 years ago)
- Last Synced: 2024-04-20T00:53:58.682Z (9 months ago)
- Topics: glpk, ocaml
- Language: C
- Homepage: http://smimram.github.io/ocaml-glpk/
- Size: 139 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
# ocaml-glpk - OCaml bindings for glpk
- Author: Samuel Mimram
- Email: [email protected]
- Homepage: https://github.com/smimram/ocaml-glpk/Copyright (C) 2003-2010 Samuel Mimram.
## Dependencies
To build this library you need to have OCaml 3.07, `dune`, and glpk installed.
You can download glpk here: http://www.gnu.org/software/glpk/glpk.html.
## Installation
To compile the program type:
```
make
```then, to install it, type (possibly as root):
```
make install
```## Notes
The bindings are not (yet) complete. If you need a specific function, just mail
me (or send a patch) and I'll add it as soon as possible.## License
The license of this library is the GPL like the original glpk library. It is
therefore useless to ask me to change the license, I can't do that.This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.