This class performs various C++ initialization.
It is meant to be used once at the start of a program.
Definition at line 83 of file init.h.
| static bool 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 124 of file init.h.