Oscar Dowson

Results 1409 comments of Oscar Dowson

Closing because the example is actually a bit non-trivial to implement succinctly. I'll keep it in mind to reference as an example when we get around to writing a better...

A list of the order is: 1. [CoinUtils_jll] 2. [Osi_jll] 3. [Clp_jll] 4. [Cgl_jll] 5. [Cbc_jll] 6. [Bonmin_jll] 7. [Couenne_jll] 8. [SHOT_jll] 9. [SYMPHONY_jll] 10. [ALPS_jll] 11. [BiCePS_jll] 12. [CHIPPS_BLIS_jll]...

> I believe you have to merge CoinUtils first, and then use it in the other packages in the dependency chain - and keep doing that repeatedly. Yeah, @amontoison has...

There's now 2.11.11 so we should probably first update to that https://github.com/coin-or/CoinUtils/releases/tag/releases%2F2.11.11

The problem is infeasible though? ```Julia julia> highs = Highs_create() Ptr{Nothing}(0x00000001239a4800) julia> Highs_readModel(highs, "/Users/odow/git/jump-dev/MathOptIIS/test/small.lp.gz") Running HiGHS 1.12.0 (git hash: 755a8e027): Copyright (c) 2025 HiGHS under MIT licence terms 0 julia>...

@joaquimg what've you been doing dude!

I'm in the process of updating MibS

Perhaps we should make a label to tag all these issues with?

Okay, I need to think about this a bit more.

@mjgarc do you have a small example in torch of a model you'd like to add that has skip connections?