Ulf Worsøe

Results 10 comments of Ulf Worsøe

I can add that when trying to register a Mosek.jl release using the comment method above, I get this: ```Error while trying to register: Register Failed @ulfworsoe, it looks like...

@nkottary Thank you! I don't think I would have found that particular setting by myself. And it seems to work now.

That is error "Unknown", and it shouldn't do that. It could be a server issue, but i'll see if I can find out

Another bug regarding task read/write has been fixed in Mosek. I think this should fix the remaining issue.

This should fix it: ```diff --git a/src/MosekTools.jl b/src/MosekTools.jl index 040ea48..d06f25f 100644 --- a/src/MosekTools.jl +++ b/src/MosekTools.jl @@ -319,7 +319,7 @@ function MOI.optimize!(m::Optimizer) getprosta(m.task, MSK_SOL_ITG), getskx(m.task, MSK_SOL_ITG), getxx(m.task, MSK_SOL_ITG), - matrix_solution(m, MSK_SOL_ITG),...

I'll see if I can make it a configuration parameter so it select remote optimization as first priority. In truth, the "fallback" was implemented mainly to allow the automated in...

I think it is, in fact, already possible as it is. Please try to set the parameter "MSK_IPAR_REMOTE_OPTSERVER_HOST" to the full solver host (protocol, hostname, port). Mosek should recognize that...

I think I have a fix for this issue, but it seems to introduce another one. A wild guess is that quadratic objectives are now reformulated into an vector affine...

I don't know if it's relevant with the latest oneapi release. I'll have to check. I'm on vacation at the moment, so if you can leave the issue open i...

I have rerun the tests. I don't have access to a graviton at the moment, so it is run on a machine with similar capabilities. - System: Ubuntu 20.04.6 LTS...