cbc.exe Command Line Args to Library Calls #677
-
Hello community, I'm not very proficient in C++ and currently use Cbc as an executable in my Python application. Since Android prevents me from calling custom executables, I need to switch to the library version. Could someone point me in the right direction on how to replicate the behavior of:
using library calls? I assume the main function is not part of the API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Have a look at the example pool.cpp and search for CbcMain1. Does that help to get you started? |
Beta Was this translation helpful? Give feedback.
Have a look at the example pool.cpp and search for CbcMain1. Does that help to get you started?