Oscar Dowson

Results 1419 comments of Oscar Dowson

I still haven't gotten to the bottom of my local crash, although I verified that things work okay on a different machine... I propose that we take a look over...

Elliot saves the day again:

@jd-foster does it work if you run `codesign --remove-signature ~/.julia/artifacts/.julia/artifacts/48494ffef82cbb1907e4dc8974431fe60a12ef06/lib/libgurobi110.dylib`? If so, we can add this to the JLL

See https://github.com/jump-dev/Gurobi_jll.jl/pull/13 Install with: `] add Gurobi_jll#od/fix-macos`

Great. I'll tag a new release https://github.com/JuliaRegistries/General/pull/106832

An update should do the trick: ```Julia julia> using Gurobi julia> Gurobi.libgurobi "/Users/oscar/.julia/artifacts/c6002a5d5f15ef98c2821ea90c04c1ce087df37f/lib/libgurobi110.dylib" (Gurobi) pkg> test Testing Gurobi Status `/private/var/folders/bg/dzq_hhvx1dxgy6gb5510pxj80000gn/T/jl_pAJTLT/Project.toml` [2e9cd046] Gurobi v1.2.3 `~/.julia/dev/Gurobi` [b8f27783] MathOptInterface v1.29.0 [c018c7e6] Gurobi_jll v11.0.2...

@simonbowly any comments before I merge?

x-ref https://github.com/JuliaDocs/Documenter.jl/issues/344

Yeah if you're thinking about making it more flexible, this is something that people keep asking for.

Yeah I hit a bunch of these with KNITRO, but MINLP solvers are pretty rare so I haven't spent much time on them :smile: Just exclude: https://github.com/jump-dev/KNITRO.jl/blob/7aae642b14973654e6b52341be7b079edb36c4ab/test/MOI_wrapper.jl#L67-L87