Skip to content

br4sco/ipoptml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipoptml

OCaml bindings for IPOPT.

This implementation is in a early stage of development.

Installation

Install IPOPT

On Ubunut 20.04 do:

sudo apt-get install coinor-libipopt-dev

On OS X with homebrew do (untested):

brew install ipopt --with-openblas

For details on other ways of installing IPOPT, see here

Install this package

Install opam libraries:

opam install dune alcotest ctypes ctypes-foreign

Build the package:

dune build

Run the tests:

dune runtest

Install for the current user:

dune install

The module Ipoptml should now be availible for the current user.

About

OCaml bindings for IPOPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages