Class InjectedSolutionConstraint.Types.ConstraintRelaxation (1.0.0-beta01)

public sealed class ConstraintRelaxation : IMessage<InjectedSolutionConstraint.Types.ConstraintRelaxation>, IEquatable<InjectedSolutionConstraint.Types.ConstraintRelaxation>, IDeepCloneable<InjectedSolutionConstraint.Types.ConstraintRelaxation>, IBufferMessage, IMessage

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.

Inheritance

Object > InjectedSolutionConstraint.Types.ConstraintRelaxation

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

ConstraintRelaxation()

public ConstraintRelaxation()

ConstraintRelaxation(InjectedSolutionConstraint.Types.ConstraintRelaxation)

public ConstraintRelaxation(InjectedSolutionConstraint.Types.ConstraintRelaxation other)
Parameter
NameDescription
otherInjectedSolutionConstraint.Types.ConstraintRelaxation

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
TypeDescription
RepeatedField<InjectedSolutionConstraint.Types.ConstraintRelaxation.Types.Relaxation>

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
TypeDescription
RepeatedField<Int32>