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