Closed
Description
As discussed with @mlubin during JuMP-dev 2024, we recently observed with Guillaume Dalle (@gdalle) that JuMP detects additional non-zeros on the diagonal of the Hessian than what is needed.
We also observed other discrepancies:
- Add NLPModels testing adrhill/SparseConnectivityTracer.jl#83 (comment)
- Add NLPModels testing adrhill/SparseConnectivityTracer.jl#83 (comment)
I don't think that it's a bug, just a part of the code that was probably not optimized for corner cases.