Uses of Class
com.google.ortools.constraintsolver.RoutingIndexManager
-
Packages that use RoutingIndexManager Package Description com.google.ortools.constraintsolver -
-
Uses of RoutingIndexManager in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver with parameters of type RoutingIndexManager Modifier and Type Method Description protected static longRoutingIndexManager. getCPtr(RoutingIndexManager obj)static longmainJNI. new_PathsMetadata(long jarg1, RoutingIndexManager jarg1_)static longmainJNI. new_RoutingModel__SWIG_0(long jarg1, RoutingIndexManager jarg1_)static longmainJNI. new_RoutingModel__SWIG_1(long jarg1, RoutingIndexManager jarg1_, byte[] jarg2)static longmainJNI. RoutingIndexManager_getEndIndex(long jarg1, RoutingIndexManager jarg1_, int jarg2)static intmainJNI. RoutingIndexManager_getNumberOfIndices(long jarg1, RoutingIndexManager jarg1_)static intmainJNI. RoutingIndexManager_getNumberOfNodes(long jarg1, RoutingIndexManager jarg1_)static intmainJNI. RoutingIndexManager_getNumberOfVehicles(long jarg1, RoutingIndexManager jarg1_)static longmainJNI. RoutingIndexManager_getStartIndex(long jarg1, RoutingIndexManager jarg1_, int jarg2)static intmainJNI. RoutingIndexManager_indexToNode(long jarg1, RoutingIndexManager jarg1_, long jarg2)static long[]mainJNI. RoutingIndexManager_nodesToIndices(long jarg1, RoutingIndexManager jarg1_, int[] jarg2)static longmainJNI. RoutingIndexManager_nodeToIndex(long jarg1, RoutingIndexManager jarg1_, int jarg2)protected static longRoutingIndexManager. swigRelease(RoutingIndexManager obj)Constructors in com.google.ortools.constraintsolver with parameters of type RoutingIndexManager Constructor Description PathsMetadata(RoutingIndexManager manager)RoutingModel(RoutingIndexManager index_manager)Constructor taking an index manager.RoutingModel(RoutingIndexManager index_manager, RoutingModelParameters parameters)
-