JuliaSmoothOptimizers / JuliaSmoothOptimizers/NLPModelsJuMP.jl

Combine this package with SparseMatricesCOO

Open
#109 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Julia
Stars
40
Forks
11
Avg merge
1d 4h
Merged PRs (30d)
2

Description

We could probably simplify a few things using https://github.com/JuliaSmoothOptimizers/SparseMatricesCOO.jl

- [ ] `SparseMatrixCOO` instead of `COO` https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/blob/c05a30f503d990823407159492fd40b27fc2ee36/src/utils.jl#L28
- [ ] Move `coo_sym_dot` https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/blob/c05a30f503d990823407159492fd40b27fc2ee36/src/utils.jl#L74 to https://github.com/JuliaSmoothOptimizers/SparseMatricesCOO.jl/blob/main/src/coo_linalg.jl
- [ ] Move `coo_sym_add_mul!` https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/blob/c05a30f503d990823407159492fd40b27fc2ee36/src/utils.jl#L74 to https://github.com/JuliaSmoothOptimizers/SparseMatricesCOO.jl/blob/main/src/coo_linalg.jl

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.