ebertolazzi/mexIPOP​T

Toolbox for MATLAB interfacing with IPOPT
2,6K descargas
Actualizado 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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2021b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Call Python from MATLAB en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!

toolbox/doc

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
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)

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.