guille
guille
Oooh! I was just running into this issue. I am wondering if there is a "canonical" workaround for it or something of the like :) In particular, one approach is...
I'd also like to +1 @tsela 's comment. The workaround is roughly the same as the one I've been using (which, while ok, is a little cumbersome) to develop some...
I'm not fully sure I understand the current comment :) > E.g. reserves for pair ABC-DEF on exchange i could be R_ABC = 5 and R_DEF = 10 but then...
> Are the entries here just the values according to the global indexing? Yes, that is correct :) The "local" indexing in this case is just the position of the...
Thanks! Sorry I missed this for a while. The paper has been accepted to [EC'22](https://ec22.sigecom.org) with the following ACM citation, if you'd like to update the citation file (and I...
> I am suspicious that this is because you are using a square PSD constraint `COSMO.PsdCone` and not the upper-triangular `COSMO.PsdConeTriangle` (+ appropriate scaling of the off-diagonals). JuMP/MOI always transforms...
Ok, from the `UnitTests` I see that there is a function `extract_upper_triangle!` defined in `convexset.jl`, which seems to do the right thing in place, which is neat. I will try...
I'm also going to +1 this problem... I'm having a ton of trouble getting it to align correctly. For whatever reason, it also appears to work whenever I place more...
Yeah, this would be interesting. I like the idea of the alternative environment; I can also ask around to see if anyone has an idea of why this would happen?...
You're definitely right. Doing a vanilla pull of numeric and running the unit tests (under `tools/build.sh`) fails miserably in `uncmin`. In particular, it seems that the inverse Hessian is incorrectly...