public enum InjectedSolutionConstraint.Types.ConstraintRelaxation.Types.Relaxation.Types.LevelReference documentation and code samples for the Cloud Optimization v1 API enum InjectedSolutionConstraint.Types.ConstraintRelaxation.Types.Relaxation.Types.Level.
Expresses the different constraint relaxation levels, which are applied for a visit and those that follow when it satisfies the threshold conditions.
The enumeration below is in order of increasing relaxation.
Namespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Fields |
|
|---|---|
| Name | Description |
RelaxAllAfterThreshold |
Same as |
RelaxVisitTimesAfterThreshold |
Visit start times and vehicle start/end times will be relaxed, but each visit remains bound to the same vehicle and the visit sequence must be observed: no visit can be inserted between them or before them. |
RelaxVisitTimesAndSequenceAfterThreshold |
Same as |
Unspecified |
Implicit default relaxation level: no constraints are relaxed, i.e., all visits are fully constrained. This value must not be explicitly used in |