This class performs various C++ initialization.
It is meant to be used once at the start of a program.
Definition at line 82 of file init.h.
bool operations_research::CppBridge::LoadGurobiSharedLibrary |
( |
const std::string & | full_library_path | ) |
|
|
static |
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 41 of file init.cc.