Dominique

Results 406 comments of Dominique

It's possible to relax `T

Wouldn't constraints be modeled directly in the `BBNLPModel`?

Please see https://github.com/JuliaSmoothOptimizers/JSOSolvers.jl/pull/268#pullrequestreview-1999364772.

I mean a benchmark folder.

> ERROR: LoadError: InexactError: trunc(Int32, 2147580541) @urchgene Is 2147580541 an actual row/column index in your matrix? MUMPS only accepts 32 bit integers, and the error message indicates that this integer...

Just to add to this, the manual says it's possible to compile MUMPS in 64bit, but all dependent libraries will also have to be compiled with 64 bit integers (BLAS,...

@urchgene The issue isn't with the values in your matrix but with the integers used to index the nonzeros. It seems at least one of them is too large for...

It's not difficult but probably a bit tedious because it requires changes in several places. If you managed to compile your own MUMPS/ScaLAPACK/BLAS/METIS with 64bit Int support, changing MUMPS.jl isn't...

I’m not a big fan of this. The Julia interface could be out of sync with the version of CUTEst that the user has installed. Instead, I would very much...

Then we should at least display `@warn` messages alerting the user that this usage is not supported and that they’re using an external CUTEst library at their own risk.