JuliaSmoothOptimizers / ADNLPModels.jl

Other
29 stars 12 forks source link

Replace ColPack with SparseMatrixColorings #244

Closed gdalle closed 2 weeks ago

gdalle commented 2 weeks ago

Fix #237 by replacing the dependency on ColPack.jl with a dependency on SparseMatrixColorings.jl. Similar to #230, I use the ADTypes.jl coloring framework so that other coloring algorithms can be easily inserted.

In what follows, I'm careful to differentiate between

Upsides

Very relevant:

A bit less relevant cause it can be fixed with lots of sweat:

Downsides

github-actions[bot] commented 2 weeks ago
Package name latest stable
CaNNOLeS.jl
DCISolver.jl
DerivativeFreeSolvers.jl
JSOSolvers.jl
NLPModelsIpopt.jl
OptimalControl.jl
OptimizationProblems.jl
Percival.jl
QuadraticModels.jl
SolverBenchmark.jl
SolverTools.jl
tmigot commented 2 weeks ago

@amontoison @gdalle Please squash and not rebase, thanks!