infiniteopt / InfiniteOpt.jl

An intuitive modeling interface for infinite-dimensional optimization problems.
https://infiniteopt.github.io/InfiniteOpt.jl/stable
MIT License
251 stars 17 forks source link

Incompatible with JuMP v1.2 due to removal of nlp_data #280

Closed jwharington closed 2 years ago

jwharington commented 2 years ago

optimize! fails due to use of nlp_data which is removed in JuMP v1.2.0

odow commented 2 years ago

Ah. Looks like we missed removing this line: https://github.com/infiniteopt/InfiniteOpt.jl/blob/038965f71cce770f85cf30de62a35f73fef19554/src/optimize.jl#L489

pulsipher commented 2 years ago

@jwharington Thank you for reporting this. This should be resolved with #281. Once, it is merged and all looks good, I will make a new release of InfiniteOpt.