Uses of Enum
com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
Packages that use RoutingSearchParameters.InsertionSortingProperty
-
Uses of RoutingSearchParameters.InsertionSortingProperty in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return RoutingSearchParameters.InsertionSortingPropertyModifier and TypeMethodDescriptionRoutingSearchParameters.InsertionSortingProperty.forNumber(int value) RoutingSearchParameters.Builder.getLocalCheapestInsertionSortingProperties(int index) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.RoutingSearchParameters.getLocalCheapestInsertionSortingProperties(int index) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.RoutingSearchParametersOrBuilder.getLocalCheapestInsertionSortingProperties(int index) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.RoutingSearchParameters.InsertionSortingProperty.valueOf(int value) Deprecated.RoutingSearchParameters.InsertionSortingProperty.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.RoutingSearchParameters.InsertionSortingProperty.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.constraintsolver that return types with arguments of type RoutingSearchParameters.InsertionSortingPropertyModifier and TypeMethodDescriptionRoutingSearchParameters.Builder.getLocalCheapestInsertionSortingPropertiesList()The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.RoutingSearchParameters.getLocalCheapestInsertionSortingPropertiesList()The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.RoutingSearchParametersOrBuilder.getLocalCheapestInsertionSortingPropertiesList()The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.static com.google.protobuf.Internal.EnumLiteMap<RoutingSearchParameters.InsertionSortingProperty>RoutingSearchParameters.InsertionSortingProperty.internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type RoutingSearchParameters.InsertionSortingPropertyModifier and TypeMethodDescriptionRoutingSearchParameters.Builder.addLocalCheapestInsertionSortingProperties(RoutingSearchParameters.InsertionSortingProperty value) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.RoutingSearchParameters.Builder.setLocalCheapestInsertionSortingProperties(int index, RoutingSearchParameters.InsertionSortingProperty value) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.Method parameters in com.google.ortools.constraintsolver with type arguments of type RoutingSearchParameters.InsertionSortingPropertyModifier and TypeMethodDescriptionRoutingSearchParameters.Builder.addAllLocalCheapestInsertionSortingProperties(Iterable<? extends RoutingSearchParameters.InsertionSortingProperty> values) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.