Build CBC with nauty #645
Answered
by
svigerske
verflieger
asked this question in
Q&A
-
How can I build CBC with symmetry detection support via nauty? Can anyone please provide some details? If I build it via coinbrew, I get the message |
Beta Was this translation helpful? Give feedback.
Answered by
svigerske
Apr 11, 2024
Replies: 1 comment 1 reply
-
On https://github.com/coin-or/Cbc/blob/stable/2.10/.github/workflows/linux-ci.yml, they install package |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
verflieger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On https://github.com/coin-or/Cbc/blob/stable/2.10/.github/workflows/linux-ci.yml, they install package
libnauty2-dev
and use--with-nauty-incdir=/usr/include/x86_64-linux-gnu/nauty --with-nauty-lib="-L/usr/lib/ -lnauty"
for Ubuntu.