Class OrToolsVersion


  • public class OrToolsVersion
    extends java.lang.Object
    • Field Detail

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • OrToolsVersion

        protected OrToolsVersion​(long cPtr,
                                 boolean cMemoryOwn)
      • OrToolsVersion

        public OrToolsVersion()
    • Method Detail

      • swigRelease

        protected static long swigRelease​(OrToolsVersion obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • 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

        public static java.lang.String getVersionString()
        Returns the string version of OR-Tools.