Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.