Oscar Dowson

Results 1423 comments of Oscar Dowson

- [x] Throw warning on unsupported constraints - [x] Document that bounds should be rewritten as linear constraints - [x] Potentially renamed to PenaltyRelaxation - [x] Return a map between...

This works quite nicely. Here's what it looks like from JuMP: ```julia julia> using JuMP, HiGHS julia> model = Model(HiGHS.Optimizer); julia> set_silent(model) julia> @variable(model, x >= 0); julia> @objective(model, Max,...

For clarity, the comment was > Getting a MethodError is the right behavior so I don't thing there is anything to fix. For non-variable constraints, this is also what you...

Can we test with MKL on CI machines?

Windows segfault seems related: https://github.com/jump-dev/Ipopt.jl/runs/7986459839?check_suite_focus=true Does LBT not work on Windows?

The null pointer suggests that something isn't loaded properly. @ViralBShah is there anything we need to do for LBT on Windows?

I added a check for LP64 BLAS, but the problem is still there.

Does it matter that OpenBLAS32_jll and OpenBLAS_jll are different versions?

Ah. 3.20 isn't supported on Julia v1.8

So even when we don't forward, Windows still hits the same issue. Perhaps this is unrelated to LBT?