Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.Loader Class Reference

Classes

interface  PathConsumer
 

Static Public Member Functions

static synchronized void loadNativeLibraries ()
 
static synchronized void loadNativeLibraries ()
 

Detailed Description

Load native libraries needed for using ortools-java.

Definition at line 33 of file Loader.java.

Member Function Documentation

◆ loadNativeLibraries() [1/2]

static synchronized void com.google.ortools.Loader.loadNativeLibraries ( )
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.

◆ loadNativeLibraries() [2/2]

static synchronized void com.google.ortools.Loader.loadNativeLibraries ( )
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.


The documentation for this class was generated from the following files: