Java Reference
Java Reference
CppBridge.java
Go to the documentation of this file.
static void setFlags(CppFlags flags)
Sets all the C++ flags contained in the CppFlags structure.
Definition: CppBridge.java:66
CppBridge(long cPtr, boolean cMemoryOwn)
Definition: CppBridge.java:20
static boolean logGurobiSharedLibrary(String full_library_path)
Load the gurobi shared library.
Definition: CppBridge.java:78
Simple structure that holds useful C++ flags to setup from non-C++ languages.
Definition: CppFlags.java:14
static void initLogging(String program_name)
Initialize the C++ logging layer.
Definition: CppBridge.java:49
This class performs various C++ initialization.
Definition: CppBridge.java:16