Gabriel Gouvine
Gabriel Gouvine
> It might be. Setting the log_to_console option to False stops HiGHS hanging. But that significantly reduces usability. Then it's likely connected to Pyomo. We'll know once it's fixed there....
Indeed it's a problem with seeing the new shared library. You need to run `ldconfig` after installing, so the list of shared libraries is updated. [Cmake doesn't do it for...
Slightly improved by #28, but still far from optimal
There are some answers on stackoverflow on how to do this on Windows, so [this](https://stackoverflow.com/a/36731183/3992864) might be the way, but this will be a Windows-specific wart. There are examples online,...
Working on it. Indeed I only implemented it for FAST_BUILD, and there is a replacement missing in FILEVERSION.
Fixed now in my branch, and works with FAST_BUILD=OFF. Note again that the binary has no version info attached - if you want to, it's quite easy to do by...
Thank you for the amazing work!
At the moment, there is [an action](https://github.com/lip6/coriolis/blob/main/.github/workflows/gh-pages.yml) that is supposed to build the doc and push them to Github pages. The deployment to the [gh-pages branch](https://github.com/lip6/coriolis/tree/gh-pages) works. However, links generated...
Yes, the order is consistent between runs, so it may well be due to other setups done by the tools at startup time, or something I missed regarding configuration.
The origin of the bug is not a non-determinism, but the fact that Coriolis overwrites its input file!! So running it multiple times causes different results to be observed. Not...