public sealed class InjectedSolutionConstraint.Types.ConstraintRelaxation : IMessage<InjectedSolutionConstraint.Types.ConstraintRelaxation>, IEquatable<InjectedSolutionConstraint.Types.ConstraintRelaxation>, IDeepCloneable<InjectedSolutionConstraint.Types.ConstraintRelaxation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class InjectedSolutionConstraint.Types.ConstraintRelaxation.
For a group of vehicles, specifies at what threshold(s) constraints on
visits will be relaxed and to which level. Shipments listed in
the skipped_shipment
field are constrained to be skipped; i.e., they
cannot be performed.
Implements
IMessageInjectedSolutionConstraintTypesConstraintRelaxation, IEquatableInjectedSolutionConstraintTypesConstraintRelaxation, IDeepCloneableInjectedSolutionConstraintTypesConstraintRelaxation, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
ConstraintRelaxation()
public ConstraintRelaxation()
ConstraintRelaxation(ConstraintRelaxation)
public ConstraintRelaxation(InjectedSolutionConstraint.Types.ConstraintRelaxation other)
Parameter | |
---|---|
Name | Description |
other | InjectedSolutionConstraintTypesConstraintRelaxation |
Properties
Relaxations
public RepeatedField<InjectedSolutionConstraint.Types.ConstraintRelaxation.Types.Relaxation> Relaxations { get; }
All the visit constraint relaxations that will apply to visits on
routes with vehicles in vehicle_indices
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInjectedSolutionConstraintTypesConstraintRelaxationTypesRelaxation |
VehicleIndices
public RepeatedField<int> VehicleIndices { get; }
Specifies the vehicle indices to which the visit constraint
relaxations
apply. If empty, this is considered the default and the
relaxations
apply to all vehicles that are not specified in other
constraint_relaxations
. There can be at most one default, i.e., at
most one constraint relaxation field is allowed empty
vehicle_indices
. A vehicle index can only be listed once, even within
several constraint_relaxations
.
A vehicle index is mapped the same as
[ShipmentRoute.vehicle_index][google.cloud.optimization.v1.ShipmentRoute.vehicle_index],
if interpret_injected_solutions_using_labels
is true (see fields
comment).
Property Value | |
---|---|
Type | Description |
RepeatedFieldint |