Class OrToolsVersion
java.lang.Object
com.google.ortools.init.OrToolsVersion
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
protected void
finalize()
protected static long
getCPtr
(OrToolsVersion obj) static int
Returns the major version of OR-Tools.static int
Returns the minor version of OR-Tools.static int
Returns the patch version of OR-Tools.static String
Returns the string version of OR-Tools.protected static long
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
OrToolsVersion
protected OrToolsVersion(long cPtr, boolean cMemoryOwn) -
OrToolsVersion
public OrToolsVersion()
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
-
delete
public void delete() -
getMajorNumber
public static int getMajorNumber()Returns the major version of OR-Tools. -
getMinorNumber
public static int getMinorNumber()Returns the minor version of OR-Tools. -
getPatchNumber
public static int getPatchNumber()Returns the patch version of OR-Tools. -
getVersionString
Returns the string version of OR-Tools.
-