Julian Hall
Julian Hall
In short, I don't know whether we can return anything other than native python lists when using `pybind11` to create a Python interface. We're not `pybind11` experts. We're talking to...
Oops, yes, I was trying to put a CRTL-C handler into HiGHS but gave up, and failed to remove the development code (Lines 52 onwards in `lp_data/Highs.cpp`) > void highsSignalHandler(int...
> Thanks for letting me know about the CRTL-C signal handler - I look forward to it being removed in your next release :-) I've asked the two other folk...
I'm trying to call the `Highs` instance from a call-back in `check/TestCallbacks.cpp`, but don't see how to pass and use the Highs instance via the `void* ` pointer in `highs-callback-no-highs-call`...
Since numpy isn't needed by highspy, I'd rather not add the dependency. What's your view @galabovaa ?
Is this now in master @galabovaa ?
I've just downloaded the v1.4.0 Windows binaries, and reproduced the errant behaviour: occasional "hanging" after HiGHS has solved the problem (forrest6). Yet I don't get it for (say) v1.2.1 I...
Thanks: that its behaviour varies from one Windows variant to another seems only to add to the difficulty of tracking down what's happening. For the other user I've suggested to...
Thanks for your observations @pjaborges and @guifcoelho. The last "action" in https://github.com/ERGO-Code/HiGHS/blob/master/app/RunHighs.cpp writes out the model being solved if `write_model_to_file=true` When `write_model_to_file=true` and the static executable hangs, the model is...
Comments on #1137 give hope of fixing this