Commit fb4953f
Add ipopt method for AbstractNLSModel (#132)
* Add ipopt method for AbstractNLSModel
- Implement ipopt(nls::AbstractNLSModel) as requested in issue #131
- Add FeasibilityFormNLS function to convert NLS models for optimization
- Add comprehensive tests for AbstractNLSModel support
- Export FeasibilityFormNLS function for user access
Resolves #131
* Use FeasibilityFormNLS from NLPModelsModifiers.jl
- Remove local FeasibilityFormNLS implementation
- Import FeasibilityFormNLS from NLPModelsModifiers package
- Update tests to work with the external implementation
- Add NLPModelsModifiers to dependencies
* Update test/runtests.jl
Co-authored-by: Tangi Migot <[email protected]>
* Update src/NLPModelsIpopt.jl
Co-authored-by: Tangi Migot <[email protected]>
* Update src/NLPModelsIpopt.jl
Co-authored-by: Dominique <[email protected]>
* Make tests robust to solver variations, fix syntax errors, and ensure all tests pass
* Update NLPModelsIpopt.jl
* Update src/NLPModelsIpopt.jl
Co-authored-by: Dominique <[email protected]>
* Update src/NLPModelsIpopt.jl
Co-authored-by: Dominique <[email protected]>
* Update src/NLPModelsIpopt.jl
Co-authored-by: Dominique <[email protected]>
* Update src/NLPModelsIpopt.jl
Co-authored-by: Dominique <[email protected]>
* Update Project.toml
Co-authored-by: Tangi Migot <[email protected]>
* Update test/runtests.jl
Co-authored-by: Tangi Migot <[email protected]>
* changes
* stats
* Changes made according to @tmigot
* passing failing FreeBSD check
* Update Project.toml
Co-authored-by: Tangi Migot <[email protected]>
* Update test/runtests.jl
Co-authored-by: Tangi Migot <[email protected]>
* Update test/runtests.jl
Co-authored-by: Tangi Migot <[email protected]>
* Update test/runtests.jl
Co-authored-by: Tangi Migot <[email protected]>
* Update test/runtests.jl
Co-authored-by: Tangi Migot <[email protected]>
* Update test/runtests.jl
* Update test/runtests.jl
---------
Co-authored-by: Tangi Migot <[email protected]>
Co-authored-by: Dominique <[email protected]>1 parent d181d04 commit fb4953f
3 files changed
+52
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
184 | 223 | | |
185 | 224 | | |
186 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
0 commit comments