Oscar Dowson

Results 1423 comments of Oscar Dowson

Another example is https://github.com/jump-dev/MathOptInterface.jl/issues/2496

> doing (2) might have I was imagining that we would ask the user to do this, not JuMP or MathOptIntnerface. > My experience with using DAGs to eliminate common...

Closing in favor of https://github.com/jump-dev/JuMP.jl/issues/3738. No need to duplicate our discussions.

So this, somewhat surprisingly, didn't break any tests. I don't know if that is a good thing or a bad thing... I guess it's because we're completely agnostic to the...

Okay there are a few failures to look at in solver-tests.

```Julia using Revise import MathOptInterface as MOI function build_src(M, N, p) src = MOI.Utilities.Model{Float64}() x = MOI.add_variables(src, N) indices = unique(rand(1:N, round(Int, p * N))) ci = MOI.add_constraint.(src, x[indices], MOI.GreaterThan(0.0))...

https://github.com/jump-dev/MathOptInterface.jl/actions/runs/9490932918

So there are a bunch of solver-test failures that look problematic.

Let's just see how many are because of this PR: https://github.com/jump-dev/MathOptInterface.jl/actions/runs/9491359380

I think a bunch might be because of https://github.com/jump-dev/MathOptInterface.jl/pull/2508