ebertolazzi/mexIPOP​T

Toolbox for MATLAB interfacing with IPOPT
ダウンロード: 2.6K
更新 2023/3/21

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.

引用

Enrico Bertolazzi (2024). ebertolazzi/mexIPOPT (https://github.com/ebertolazzi/mexIPOPT/releases/tag/1.1.6), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2021b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCall Python from MATLAB についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!

toolbox/doc

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
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)

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。