Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertolazzi authored Sep 15, 2020
1 parent 2908d05 commit 8f89d83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ a software package for large-scale ​nonlinear optimization.

Source code and documentation for IPOPT can be downloaded from:

`https://projects.coin-or.org/Ipopt`
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.
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 (due to MATLAB change
in the managing of sparse pattern) in the interfacing
of sparse pattern between MATLAB and IPOPT.
Expand All @@ -22,7 +22,7 @@ Moreover I tried to improve error catching.

Use the toobox installer at

- `https://github.com/ebertolazzi/mexIPOPT/releases`
- https://github.com/ebertolazzi/mexIPOPT/releases

download and run in MATLAB to install following the instruction.

Expand Down Expand Up @@ -52,7 +52,7 @@ of an Optimal Control Problem solved using direct trascription
and transformed to an NLP solved using IPOPT.
The descriptin of the problem is at

- `https://vanderbei.princeton.edu/tex/trajopt/trajopt.pdf`.
- https://vanderbei.princeton.edu/tex/trajopt/trajopt.pdf.

**Author:**

Expand Down

0 comments on commit 8f89d83

Please sign in to comment.