public class OrToolsVersion
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
OrToolsVersion() |
protected |
OrToolsVersion(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(OrToolsVersion obj) |
static int |
getMajorNumber()
Returns the major version of OR-Tools.
|
static int |
getMinorNumber()
Returns the minor version of OR-Tools.
|
static int |
getPatchNumber()
Returns the patch version of OR-Tools.
|
static java.lang.String |
getVersionString()
Returns the string version of OR-Tools.
|
protected static long |
swigRelease(OrToolsVersion obj) |
protected OrToolsVersion(long cPtr, boolean cMemoryOwn)
public OrToolsVersion()
protected static long getCPtr(OrToolsVersion obj)
protected static long swigRelease(OrToolsVersion obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public static int getMajorNumber()
public static int getMinorNumber()
public static int getPatchNumber()
public static java.lang.String getVersionString()
Copyright © 2025. All rights reserved.