Oscar Dowson

Results 1423 comments of Oscar Dowson

Great! I wasn't able to reproduce such an extreme discrepancy in my local testing, but I guess it was causing a GC issue or something. If you notice any performance...

Do you have KNITRO installed? https://github.com/jump-dev/KNITRO.jl?tab=readme-ov-file#installation What version?

Closing as stale. It doesn't appear that the user has KNITRO installed. If you have KNITRO installed and the issue persists, please comment and I will re-open the issue.

Bump. I get that this is breaking, but the previous approach was incorrect and can't be worked around.

I've a bit limited debugging this because I only have the community license, and this problem is too big, but... ## First impression In JuMP's ` Objective value : 3.56703e+07...

So this doesn't seem related to multiple solutions, because there's a special set of functions for that: * https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/mipsolpool/HTML/chapter2.html * https://www.fico.com/fico-xpress-optimization/docs/latest/examples/solver/optimizer/GUID-B7908372-2149-3FFC-AEFF-6A766B3ECF73.html So I'm going to guess that this is a...

@joaquimg could you try reproducing this? The community license is too small.

So now that I've spent a bit of time in the code, I really think this is an upstream issue. I can't see how this would be a bug in...

Ah. I guess I got confused with the Zygote error since it didn't throw a method error passing the initial point as a vector.