Skip to content

Interior point optimization (COIN-OR IPOPT) interface for Python.

License

Notifications You must be signed in to change notification settings

jan-provaznik/ipopt4py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interior Point Optimizer (COIN-OR IPOPT) interface for Python.

Prerequisites

  - Python 3 (tested with version 3.10.1)
  - Boost.Python (tested with version 1.78)
  - Successfully compiled and installed IPOPT (tested with version 3.14.5)
  - GCC release that supports at least C++14 (tested with version 11.1.0)

Installation

  - Assuming the prerequisites are satisfied it is possible to install (build)
    the package with Pip.
  - In particular to install the development branch execute

    pip install --user --upgrade \
      git+https://github.com/jan-provaznik/ipopt4py.git

Notes

  Please note this is an early in-development release.

References

  https://github.com/coin-or/Ipopt

Documentation

  The documentation is left as exercise for the reader.

About

Interior point optimization (COIN-OR IPOPT) interface for Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published