Dominique
Dominique
`https://raw.githubusercontent.com/abelsiqueira/linux-cutest/v0.4.2/install.sh` still says `VERSION=0.4.1`. Not sure if it matters. I'll update the version number in `build.jl` and see if it works.
It's looking good! The Linux tests pass. Now I'll have to add single-precision tests.
Yes, those are definitely important tests.
Maybe this should go to NLPModels?
Maybe a separate package with a COOSparseMatrix type that conforms to the Julia AbstractMatrix API.
Why would they be stored together? Also they're symmetric, so we'd only store one triangle.
That sounds good.
There's no automatic translation but isn't it possible to use your own format as in the documentation? Something like (untested): ```julia function status_fmt(x) if x == '✔' @sprintf("\check") else if...
https://github.com/JuliaCI/PkgBenchmark.jl
Still an issue: https://travis-ci.org/JuliaSmoothOptimizers/SolverBenchmark.jl/jobs/654611121#L235