Uses of Enum
com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.InsertionSortingProperty
Packages that use LocalCheapestInsertionParameters.InsertionSortingProperty
-
Uses of LocalCheapestInsertionParameters.InsertionSortingProperty in com.google.ortools.constraintsolver
Subclasses with type arguments of type LocalCheapestInsertionParameters.InsertionSortingProperty in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic enumProperties used to select in which order nodes or node pairs are considered in insertion heuristics.Methods in com.google.ortools.constraintsolver that return LocalCheapestInsertionParameters.InsertionSortingPropertyModifier and TypeMethodDescriptionLocalCheapestInsertionParameters.InsertionSortingProperty.forNumber(int value) LocalCheapestInsertionParameters.Builder.getInsertionSortingProperties(int index) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.LocalCheapestInsertionParameters.getInsertionSortingProperties(int index) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.LocalCheapestInsertionParametersOrBuilder.getInsertionSortingProperties(int index) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.LocalCheapestInsertionParameters.InsertionSortingProperty.valueOf(int value) Deprecated.LocalCheapestInsertionParameters.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.LocalCheapestInsertionParameters.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 LocalCheapestInsertionParameters.InsertionSortingPropertyModifier and TypeMethodDescriptionLocalCheapestInsertionParameters.Builder.getInsertionSortingPropertiesList()The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.LocalCheapestInsertionParameters.getInsertionSortingPropertiesList()The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.LocalCheapestInsertionParametersOrBuilder.getInsertionSortingPropertiesList()The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.static com.google.protobuf.Internal.EnumLiteMap<LocalCheapestInsertionParameters.InsertionSortingProperty> LocalCheapestInsertionParameters.InsertionSortingProperty.internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type LocalCheapestInsertionParameters.InsertionSortingPropertyModifier and TypeMethodDescriptionLocalCheapestInsertionParameters.Builder.addInsertionSortingProperties(LocalCheapestInsertionParameters.InsertionSortingProperty value) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.LocalCheapestInsertionParameters.Builder.setInsertionSortingProperties(int index, LocalCheapestInsertionParameters.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 LocalCheapestInsertionParameters.InsertionSortingPropertyModifier and TypeMethodDescriptionLocalCheapestInsertionParameters.Builder.addAllInsertionSortingProperties(Iterable<? extends LocalCheapestInsertionParameters.InsertionSortingProperty> values) The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority.