Same as RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD, but the
vehicle is also relaxed: visits are completely free at or after the
threshold time and can potentially become unperformed.
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 RELAX_VISIT_TIMES_AFTER_THRESHOLD, but the visit sequence
is also relaxed: visits remain simply bound to their vehicle.
Unspecified
Implicit default relaxation level: no constraints are relaxed,
i.e., all visits are fully constrained.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The webpage documents different versions of the `Google.Cloud.Optimization.V1.InjectedSolutionConstraint.Types.ConstraintRelaxation.Types.Relaxation.Types.Level` within the Google Cloud Optimization V1 API for .NET."],["The latest version is 2.6.0, and the page lists all available versions down to 1.0.0-beta01, with links to their respective documentation."],["The `Level` enum defines various constraint relaxation levels that can be applied to visits in a solution, which includes options like relaxing all constraints after a threshold, or just visit times, or both visit times and sequence."],["The `Unspecified` level indicates that no constraints are relaxed, while other levels such as `RelaxAllAfterThreshold`, `RelaxVisitTimesAfterThreshold`, and `RelaxVisitTimesAndSequenceAfterThreshold` specify different types of relaxations."]]],[]]