How to provide your own CBC binaries #280
JeroenGar
started this conversation in
Suggestions
Replies: 1 comment 2 replies
-
a couple of things that might help you
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background:
When using the 1.13.0 release, my code runs fine.
However when using the current version on master with new CBC binaries, CBC crashes (after the timelimit is reached but before returning to python).
In order to investigate this issue I would like to test my code with more different versions of CBC.
It is clear to me that the binaries are located in python-mip\mip\libraries. With a single "cbc-c-linux-x86-64.so" of around 20MB for linux.
However, when downloading the compiled releases from https://github.com/coin-or/Cbc/releases I can't seem to find a large monolithic .so file anywhere in the archive.
Question:
Where can I find instructions on how to use custom binaries for python-mip?
Beta Was this translation helpful? Give feedback.
All reactions