option "solver" on MIP
If I run HiGHS on a MIP and set option "solver", it seems to solve only its continuous relaxation. How to set the LP solver that is used for the first LP relaxation at the root node of the MIP then?
In #760 the option mip_root_lp_strategy is created. There were some issues with using IPM, but I think that they were fixed so I'll look again at this PR.
Can you maybe add some sort of warning to the textual description for the "solver" option? I stumbled across the same issue as svigerske. Without deeper knowledge of HiGHS, this behavior is somewhat surprising to me.
Do you have an estimated date, when the next official release (that also includes #760 and the fix for #959) is planned? Thanks in advance!
Yes, I'll add some text to the README
We should be ready for a new release soon, and it will include #760 and the fix for #959
Can you maybe add some sort of warning to the textual description for the "solver" option? I stumbled across the same issue as svigerske. Without deeper knowledge of HiGHS, this behavior is somewhat surprising to me.
There already is a textual description for the "solver" option in README.md. Do you feel that this is sufficient/clear?
We get the HiGHS options descriptions from the descriptions in the code, which is very short for "solver": https://github.com/ERGO-Code/HiGHS/blob/master/src/lp_data/HighsOptions.h#L445-L447 It would be nice to clarify this there.