hi @amontoison @PierreMartinon ; trying to test a hand-coded version of Goddard problem with ADNLPModels, and running into the error below (sparsity detection). both the cost and the inplace constraint evaluate properly, but when defining the model in
|
nlp = ADNLPModel!(f, z, lvar, uvar, con!, lcon, ucon) |
the following error is encountered (apparently when trying to detect sparsisty):

any clue? the code (+ Project.toml) is here:
https://github.com/control-toolbox/CTBenchmarks.jl/blob/main/adnlp/goddard-ad.jl
hi @amontoison @PierreMartinon ; trying to test a hand-coded version of Goddard problem with ADNLPModels, and running into the error below (sparsity detection). both the cost and the inplace constraint evaluate properly, but when defining the model in
CTBenchmarks.jl/adnlp/goddard-ad.jl
Line 193 in 8f879ed
the following error is encountered (apparently when trying to detect sparsisty):
any clue? the code (+ Project.toml) is here:
https://github.com/control-toolbox/CTBenchmarks.jl/blob/main/adnlp/goddard-ad.jl