Julian Hall
Julian Hall
> Not all features of python-mip are currently available with HiGHS (eg lazy constraint callbacks), but a wrapper would still be very valuable now! Thanks for your interest in developing...
Much of what you want is very much in development. Specifically, MIP callbacks and a thin Python interface to the C++ API, coupled with being able to pip install HiGHS....
We now have HiGHS as pip install on Linux
We certainly "plan" to get pip install highspy to work on Windows, but achieving it is another matter!
> Hello @jajhall, what is the issue to pip install on windows? I would be glad to help if you think I could. We develop on windows where I work....
@trigaut: It's worth (re-?)emphasising that `pip install highspy` works on Linux and MacOS
> Version 1.1.2.dev3 was working on Linux but when I just tested out updating to 1.4.0.dev0 it appears to fail. `1.4.0.dev0` doesn't have a recent branch from @galabovaa merged into...
@galabovaa I've tested it on my Windows laptop, and it works perfectly!
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,...