Thell 'Bo' Fowler
Thell 'Bo' Fowler
When starting from command line I see  and redirecting `2>/dev/null` it still prints to screen and I don't see anything in `--help` or app settings about log level and...
 Its a bug, but its ok because at least it makes fun of itself.
The source is available is linked on [The ICE Home Page](http://www.darkside.com.au/ice/index.html).
Hi, Thanks for making and releasing this! Being as light weight and fast as this is I'm thinking of using it in a lil project that needs to analyze some...
Hello. I've been enjoying your module and associated writings/docs! May I 👏 and say 'Well done!'? I'm an R and Rcpp/c++ kinda guy who had never really looked at Python...
I asked that in discord and was asked to make an issue for discussion. On the skeleton package, as @Ilia-Kosenkov , rightly pointed out (in Discord) the release profile is...
Firstly, thanks for PyO3, it's great! This issue is being opened following a [chat post on gitter].(https://matrix.to/#/!AAhjIWoaKSExrkkhlG:gitter.im/$9gOL75NMgSzKVrKugcQUMBUFcy5QMpLvxuJafAHLieU?via=gitter.im&via=matrix.org&via=nitro.chat) In short, consider these performance ordered cargo bench results: ```bash running 5 tests...
Near the end of the `case HighsPresolveStatus::kUnboundedOrInfeasible:` there is an assert I am hitting https://github.com/ERGO-Code/HiGHS/blob/2da0f1cccf2801574630ff9fa5f7c044b2e9d124/src/lp_data/Highs.cpp#L1279 ``` setBasisValidity(); assert(model_status_ == HighsModelStatus::kInfeasible || model_status_ == HighsModelStatus::kUnbounded); return returnFromRun(return_status); ``` should this be...
https://github.com/ERGO-Code/HiGHS/blob/d4809eae74a89e4bb36dd45dca2c7e08c14d5ef1/CMakeLists.txt#L187  I had originally opened this to the `highs-sys` project (https://github.com/rust-or/highs-sys/issues/11) but have now found where it comes from (linked above). `CMAKE_CXX_FLAGS_DEBUG:STRING=/Zi /Ob0 /Od /RTC1` `CMAKE_CXX_FLAGS_RELEASE:STRING=/O2 /Ob2 /DNDEBUG` This...
This is one of just a few solutions that are incorrect. Perhaps there is an option I can change? [subset_select_highs_in.mps.txt](https://github.com/ERGO-Code/HiGHS/files/11337884/subset_select_highs_in.mps.txt) Exact solution: Optimal = 44 With presolve on: ``` Solving...