public class CppBridge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
CppBridge() |
protected |
CppBridge(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(CppBridge obj) |
static void |
initLogging(java.lang.String usage)
Initialize the C++ logging layer.
|
static boolean |
loadGurobiSharedLibrary(java.lang.String full_library_path)
Load the gurobi shared library.
|
static void |
setFlags(CppFlags flags)
Sets all the C++ flags contained in the CppFlags structure.
|
static void |
shutdownLogging()
Shutdown the C++ logging layer.
|
protected static long |
swigRelease(CppBridge obj) |
protected CppBridge(long cPtr, boolean cMemoryOwn)
public CppBridge()
protected static long getCPtr(CppBridge obj)
protected static long swigRelease(CppBridge obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public static void initLogging(java.lang.String usage)
public static void shutdownLogging()
public static void setFlags(CppFlags flags)
public static boolean loadGurobiSharedLibrary(java.lang.String full_library_path)
Copyright © 2025. All rights reserved.