ebertolazzi/mexIPOP​T

Toolbox for MATLAB interfacing with IPOPT
2,5K download
Aggiornato 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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2021b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Call Python from MATLAB in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

toolbox/doc

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
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)

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.