Oscar Dowson
Oscar Dowson
These calls to `nlp_data` are not type stable, so every callback allocates. Can we fix this? One option is something like #514 https://github.com/jump-dev/Ipopt.jl/blob/077843b3b77b5946011c7656c267fc272a0427f0/ext/IpoptMathOptInterfaceExt/MOI_wrapper.jl#L1033
Discussed at the JuMP-dev '25 hackathon. * The tests take a long time to run * There is much parallelism available * We've already organised the tests into standalone submodules...
Replaces #217 I didn't realise the whitespace changes. Let me know if I need to revert. I'll comment in-line with one thing.
Clarabel has been failing our solver-tests.yml job for a while: https://github.com/jump-dev/MathOptInterface.jl/actions/runs/14371008998/job/40297204676 But you won't have noticed because the CI job tests only v1.10. Also, CI was running only on PRs,...
For reporting deliverables of our open energy modelling project.
x-ref #257 I don't necessarily think we should merge this, but it could be super useful for debugging. Code like this: ```Julia using JuMP, HiGHS HiGHS.HIGHS_LOG_FILE() = "/tmp/highs.log" model =...
Close #162
https://github.com/lanl-ansi/WaterModels.jl/blob/7d57d1b985b78b9a256be259e737ef8e9d283e47/test/des.jl#L10-L16
x-ref #348