Oscar Dowson
Oscar Dowson
Cool cool. I think the definition of `ScalarQuadraticFunction` was a mistake. We should have just made it a list of terms. It's so easy to get confused with the different...
> what are the accepted sets Any subtype of `MOI.AbstractVectorSet`. But yes, `Nonnegative` is `f(x) >= 0`, `Nonpositive` is `f(x)
Leaving this link for posterity: https://github.com/fredo-dedup/JSONSchema.jl. Alternatively, this issue can be closed. I don't think it is a job for `JSON.jl`.
Okay, let me take a much deeper look here. There's obviously something weird going on. We should definitely hold off merging until we understand what.
Not yet. I'll try get to it this week.
Taking a look now
Okaaaay. This is a bug somewhere on our side. ```Julia julia> using JuMP, Ipopt julia> function main(flag::Bool) model = Model(Ipopt.Optimizer) set_silent(model) @variable(model, u[i = 1:3] == 0.3 * i) @variable(model,...
Okay, we're modifying existing expressions: ```Julia julia> using JuMP julia> model = Model(); julia> @variable(model, x[1:2]); julia> y = [NonlinearExpr(:+, Any[xi]) for xi in x] 2-element Vector{NonlinearExpr}: +(x[1]) +(x[2]) julia>...
I've opened an issue https://github.com/jump-dev/JuMP.jl/issues/3825. I'll get this fixed ASAP since it is a pretty severe correctness bug.
We can close this PR in favor of #454 ``` [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.52.0+1 [3f19e933] p7zip_jll v17.4.0+2 Info Packages marked with ⌅ have new versions available but compatibility...