Multithreading in CBC #636
Closed
Masik97
started this conversation in
Discussion
Replies: 2 comments 1 reply
-
You have to explicitly ask cbc to solve the problem for you, so try to add “-solve” to the command line. The options are taken in order. You can experiment with commands by starting cbc without any options added—the interactive mode. See Documentation. Does that help? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I compiled my version of Cbc using:
./coinbrew fetch Cbc
./coinbrew build Cbc --static --enable-cbc-parallel
Then when I tried ./cbc -threads -4 -unitTest it works and multithreading aslo working
but when i tried ./cbc wedding-16.mps -threads 4 then i have this problem
I am using Ubuntu
Beta Was this translation helpful? Give feedback.
All reactions