We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For a MathOptNLPModel, we use coo_sym_prod! and we should replace it by coo_sym_add_mul!.
MathOptNLPModel
coo_sym_prod!
coo_sym_add_mul!
coo_sym_prod! is in NLPModels.jl: https://github.com/JuliaSmoothOptimizers/NLPModels.jl/blob/bfd4ceafec9ad6f58cbf11a4a88f2e61767ce701/src/nlp/utils.jl#L92-L116
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For a
MathOptNLPModel
, we usecoo_sym_prod!
and we should replace it bycoo_sym_add_mul!
.coo_sym_prod!
is in NLPModels.jl:https://github.com/JuliaSmoothOptimizers/NLPModels.jl/blob/bfd4ceafec9ad6f58cbf11a4a88f2e61767ce701/src/nlp/utils.jl#L92-L116
The text was updated successfully, but these errors were encountered: