Paul Goulart

Results 24 issues of Paul Goulart

I think it would be helpful to users to do one of two things w.r.t. printing of solver progress. Either : 1) Make the print interval ([here](https://github.com/osqp/osqp/blob/5a04cc6a8e4d6f3bb8093837a7ddaa9ece741a94/include/constants.h#L121)) user configurable, or...

Static linking with MKL libraries results in duplicate symbols. In particular, `mkl_get_max_threads` is implemented in `pardiso_loader`, but also appears in `libmkl_intel_lp64.a`.

The direct linear solvers currently implemented both call `amd_l_order` to find a prefactorisation permutation of the KKT matrix when the user specifies `DLONG`. They use `amd_order` otherwise. This works because...

A possible bug in the equilibration procedure. I am not certain that this is a bug because it depends on whether the `P` matrix can be only upper (or lower)...

bug

The SVM example at https://oxfordcontrol.github.io/COSMO.jl/v0.8/examples/svm_primal/ is showing many errors in the autogenerated output. This issue seems to have started with v0.8, since the v0.7 documentation at https://oxfordcontrol.github.io/COSMO.jl/v0.7/examples/svm_primal/ looks fine.

bug
docs

- Implements exponential and power cones. - Improves iterative refinement performance. - Numerous bug fixes and minor behavioural enhancements.

Updates the MOI interface to allow dual support of both the native Clarabel.jl and the julia wrapper module ClarabelRs written around the Rust version in Clarabel.rs. Updates supported MOI tests...

Reported here: https://discourse.julialang.org/t/ann-clarabel-jl-new-convex-optimization-solver/83915/14. The solver fails without giving a clear explanation if any of the entries of `b` vector are infinite valued.