Uses of Class
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
| Package | Description |
|---|---|
| com.google.ortools.constraintsolver |
-
Uses of ConstraintSolverParameters.TrailCompression in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return ConstraintSolverParameters.TrailCompression Modifier and Type Method Description static ConstraintSolverParameters.TrailCompressionConstraintSolverParameters.TrailCompression. forNumber(int value)ConstraintSolverParameters.TrailCompressionConstraintSolverParameters.Builder. getCompressTrail()This parameter indicates if the solver should compress the trail during the search.ConstraintSolverParameters.TrailCompressionConstraintSolverParameters. getCompressTrail()This parameter indicates if the solver should compress the trail during the search.ConstraintSolverParameters.TrailCompressionConstraintSolverParametersOrBuilder. getCompressTrail()This parameter indicates if the solver should compress the trail during the search.static ConstraintSolverParameters.TrailCompressionConstraintSolverParameters.TrailCompression. valueOf(int value)Deprecated.static ConstraintSolverParameters.TrailCompressionConstraintSolverParameters.TrailCompression. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConstraintSolverParameters.TrailCompressionConstraintSolverParameters.TrailCompression. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConstraintSolverParameters.TrailCompression[]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.TrailCompression Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ConstraintSolverParameters.TrailCompression>ConstraintSolverParameters.TrailCompression. internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type ConstraintSolverParameters.TrailCompression Modifier and Type Method Description ConstraintSolverParameters.BuilderConstraintSolverParameters.Builder. setCompressTrail(ConstraintSolverParameters.TrailCompression value)This parameter indicates if the solver should compress the trail during the search.