- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.14
- 0.1.2
public static interface InjectedSolutionConstraint.ConstraintRelaxationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRelaxations(int index)
public abstract InjectedSolutionConstraint.ConstraintRelaxation.Relaxation getRelaxations(int index)
All the visit constraint relaxations that will apply to visits on
routes with vehicles in vehicle_indices
.
repeated .google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.Relaxation relaxations = 1;
Name | Description |
index | int |
Type | Description |
InjectedSolutionConstraint.ConstraintRelaxation.Relaxation |
getRelaxationsCount()
public abstract int getRelaxationsCount()
All the visit constraint relaxations that will apply to visits on
routes with vehicles in vehicle_indices
.
repeated .google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.Relaxation relaxations = 1;
Type | Description |
int |
getRelaxationsList()
public abstract List<InjectedSolutionConstraint.ConstraintRelaxation.Relaxation> getRelaxationsList()
All the visit constraint relaxations that will apply to visits on
routes with vehicles in vehicle_indices
.
repeated .google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.Relaxation relaxations = 1;
Type | Description |
List<Relaxation> |
getRelaxationsOrBuilder(int index)
public abstract InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder getRelaxationsOrBuilder(int index)
All the visit constraint relaxations that will apply to visits on
routes with vehicles in vehicle_indices
.
repeated .google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.Relaxation relaxations = 1;
Name | Description |
index | int |
Type | Description |
InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder |
getRelaxationsOrBuilderList()
public abstract List<? extends InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder> getRelaxationsOrBuilderList()
All the visit constraint relaxations that will apply to visits on
routes with vehicles in vehicle_indices
.
repeated .google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.Relaxation relaxations = 1;
Type | Description |
List<? extends com.google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder> |
getVehicleIndices(int index)
public abstract int getVehicleIndices(int index)
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, if
interpret_injected_solutions_using_labels
is true (see fields
comment).
repeated int32 vehicle_indices = 2;
Name | Description |
index | int The index of the element to return. |
Type | Description |
int | The vehicleIndices at the given index. |
getVehicleIndicesCount()
public abstract int getVehicleIndicesCount()
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, if
interpret_injected_solutions_using_labels
is true (see fields
comment).
repeated int32 vehicle_indices = 2;
Type | Description |
int | The count of vehicleIndices. |
getVehicleIndicesList()
public abstract List<Integer> getVehicleIndicesList()
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, if
interpret_injected_solutions_using_labels
is true (see fields
comment).
repeated int32 vehicle_indices = 2;
Type | Description |
List<Integer> | A list containing the vehicleIndices. |