Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
interface | PathConsumer |
Static Public Member Functions | |
static synchronized void | loadNativeLibraries () |
static synchronized void | loadNativeLibraries () |
Load native libraries needed for using ortools-java.
Definition at line 33 of file Loader.java.
|
static |
prints the name of the Operating System System.out.println("OS: " + System.getProperty("os.name")); System.out.println("Library: " + System.mapLibraryName("jniortools"));
Do nothing.
Load the native library
Definition at line 104 of file Loader.java.
|
static |
prints the name of the Operating System System.out.println("OS: " + System.getProperty("os.name")); System.out.println("Library: " + System.mapLibraryName("jniortools"));
Do nothing.
Load the native library
Definition at line 104 of file Loader.java.