barko / knitroo

An OCaml wrapper to Ziena's Knitro nonlinear optimization library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an OCaml module which wraps Ziena's Knitro library for nonlinear optimization. It ws tested with version 6.01 of that library. As Knitro is a commercial product, you will need to obtain a license from them to run the included test.

compile with:

KNITRO_HOME=/path/to/knitro omake

About

An OCaml wrapper to Ziena's Knitro nonlinear optimization library


Languages

Language:OCaml 62.0%Language:C 38.0%