This class performs various C++ initialization.
It is meant to be used once at the start of a program.
Definition at line 93 of file init.h.
static bool operations_research::CppBridge::LoadGurobiSharedLibrary |
( |
const std::string & | full_library_path | ) |
|
|
inlinestatic |
Load the gurobi shared library.
This is necessary if the library is installed in a non canonical directory, or if for any reason, it is not found. You need to pass the full path, including the shared library file. It returns true if the library was found and correctly loaded.
Definition at line 138 of file init.h.