Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Method and Description |
---|---|
static ConstraintSolverParameters.TrailCompression |
ConstraintSolverParameters.TrailCompression.forNumber(int value) |
ConstraintSolverParameters.TrailCompression |
ConstraintSolverParameters.getCompressTrail()
This parameter indicates if the solver should compress the trail
during the search.
|
ConstraintSolverParameters.TrailCompression |
ConstraintSolverParameters.Builder.getCompressTrail()
This parameter indicates if the solver should compress the trail
during the search.
|
ConstraintSolverParameters.TrailCompression |
ConstraintSolverParametersOrBuilder.getCompressTrail()
This parameter indicates if the solver should compress the trail
during the search.
|
static ConstraintSolverParameters.TrailCompression |
ConstraintSolverParameters.TrailCompression.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConstraintSolverParameters.TrailCompression |
ConstraintSolverParameters.TrailCompression.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConstraintSolverParameters.TrailCompression |
ConstraintSolverParameters.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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ConstraintSolverParameters.TrailCompression> |
ConstraintSolverParameters.TrailCompression.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ConstraintSolverParameters.Builder |
ConstraintSolverParameters.Builder.setCompressTrail(ConstraintSolverParameters.TrailCompression value)
This parameter indicates if the solver should compress the trail
during the search.
|
Copyright © 2025. All rights reserved.