Interface InjectedSolutionConstraint.ConstraintRelaxationOrBuilder (1.39.0)

public static interface InjectedSolutionConstraint.ConstraintRelaxationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
List<Integer>

A list containing the vehicleIndices.