ebertolazzi/mexIPOP​T

Toolbox for MATLAB interfacing with IPOPT
2.5K Downloads
Updated 21 Mar 2023

MATLAB interface for IPOPT

This is my rewrite of Peter Carbonetto MATLAB interface for
IPOPT a software package for large-scale ​nonlinear optimization.
Source code and documentation for IPOPT can be downloaded from: https://projects.coin-or.org/Ipopt
On OSX IPOPT can be installed using Homebrew (http://brew.sh).

Why do a job already done?

The original MATLAB interface (https://projects.coin-or.org/Ipopt/wiki/MatlabInterface)
seems not maintained for OSX and do not work with recent MATLAB distributions.
I have reorganized and simplified the original interface (only internally) and
eliminated the bug in the interfacing of sparse pattern between MATLAB and IPOPT.
Moreover I tried to improve error catching.

This version contain a toolbox with mex compiled for OSX/LINUX/WINDOWS OS.

Cite As

Enrico Bertolazzi (2024). ebertolazzi/mexIPOPT (https://github.com/ebertolazzi/mexIPOPT/releases/tag/1.1.6), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2021b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Call Python from MATLAB in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

toolbox/doc

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.1.6.0

See release notes for this release on GitHub: https://github.com/ebertolazzi/mexIPOPT/releases/tag/1.1.6

1.1.5.0

See release notes for this release on GitHub: https://github.com/ebertolazzi/mexIPOPT/releases/tag/1.1.5

1.1.4

See release notes for this release on GitHub: https://github.com/ebertolazzi/mexIPOPT/releases/tag/1.1.4

1.1.3

See release notes for this release on GitHub: https://github.com/ebertolazzi/mexIPOPT/releases/tag/1.1.3

1.1.2

See release notes for this release on GitHub: https://github.com/ebertolazzi/mexIPOPT/releases/tag/1.1.2

1.1.1

See release notes for this release on GitHub: https://github.com/ebertolazzi/mexIPOPT/releases/tag/1.1.1

1.1

Added TOOLBOX for easy usage of the MEX interface

1.0.4

added windows precompiled mex file.

1.0.3.0

Improved README files for a correct compilation of the mex interface. Now should compile on linux system that do not have copy_n in STL. Link of blas/lapack libraries is done with static version of atlas library.

1.0.2.0

Added additional information for OSX compilations. Mex file now can link with static fortran libraries on OSX to avoid conflict with MATLAB libgfortran.3.dylib.

1.0.1.0

Added information for compilation on OSX and Linux.

1.0.0.0

Updated the description (missing in the first submission)

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.