Uses of Enum
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Packages that use ConstraintSolverParameters.TrailCompression
-
Uses of ConstraintSolverParameters.TrailCompression in com.google.ortools.constraintsolver
Subclasses with type arguments of type ConstraintSolverParameters.TrailCompression in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic enum
Internal parameters of the solver.Methods in com.google.ortools.constraintsolver that return ConstraintSolverParameters.TrailCompressionModifier and TypeMethodDescriptionConstraintSolverParameters.TrailCompression.forNumber
(int value) ConstraintSolverParameters.Builder.getCompressTrail()
This parameter indicates if the solver should compress the trail during the search.ConstraintSolverParameters.getCompressTrail()
This parameter indicates if the solver should compress the trail during the search.ConstraintSolverParametersOrBuilder.getCompressTrail()
This parameter indicates if the solver should compress the trail during the search.ConstraintSolverParameters.TrailCompression.valueOf
(int value) Deprecated.ConstraintSolverParameters.TrailCompression.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.ConstraintSolverParameters.TrailCompression.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 ConstraintSolverParameters.TrailCompressionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<ConstraintSolverParameters.TrailCompression> ConstraintSolverParameters.TrailCompression.internalGetValueMap()
Methods in com.google.ortools.constraintsolver with parameters of type ConstraintSolverParameters.TrailCompressionModifier and TypeMethodDescriptionConstraintSolverParameters.Builder.setCompressTrail
(ConstraintSolverParameters.TrailCompression value) This parameter indicates if the solver should compress the trail during the search.