Parth Nobel
Parth Nobel
You can help get the CI passing!
Hmmm looks like our build process doesn't support rc releases because of a conda issue. We should see if there's a conda channel with rcs and/or migrate to pipx or...
3.13 is out now so we could try and just not worry about rcs for now
It's working on Firefox for me 🤷♀ ; any chance you can look in the developer console for error messages?
> In particular, highspy uses sparse compressed row/column storage of the constraint matrix. This is how we internally store the constraint matrix, so that's some good news :) Our preferred...
Actually example 3 here: https://ergo-code.github.io/HiGHS/dev/interfaces/python/example-py/ shows `addCols` and `addRows` might be exactly what we want? I don't see any documentation of the integral variable support in the python interface tho....
> It's only inefficient if there are constraints L
NumPy 1.25 is EoL so I'm fine with the 1.26 dependency. https://endoflife.date/numpy
Looks like we'd need NumPy 2.0 to get the desired functions tho? Looking at the CI
Before we do the shim, let me see if we have consensus to move to NumPy 2.0. @SteveDiamond @Transurgeon shall we merge this PR bumping our dependencies to NumPy 2.0...