Interface InjectedSolutionConstraint.ConstraintRelaxationOrBuilder (1.51.0)

publicstaticinterface InjectedSolutionConstraint.ConstraintRelaxationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getRelaxations(int index)

publicabstractInjectedSolutionConstraint.ConstraintRelaxation.RelaxationgetRelaxations(intindex)

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
Name Description
index int
Returns
Type Description
InjectedSolutionConstraint.ConstraintRelaxation.Relaxation

getRelaxationsCount()

publicabstractintgetRelaxationsCount()

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
Type Description
int

getRelaxationsList()

publicabstractList<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
Type Description
List<Relaxation>

getRelaxationsOrBuilder(int index)

publicabstractInjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuildergetRelaxationsOrBuilder(intindex)

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
Name Description
index int
Returns
Type Description
InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder

getRelaxationsOrBuilderList()

publicabstractList<?extendsInjectedSolutionConstraint.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
Type Description
List<? extends com.google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder>

getVehicleIndices(int index)

publicabstractintgetVehicleIndices(intindex)

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
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The vehicleIndices at the given index.

getVehicleIndicesCount()

publicabstractintgetVehicleIndicesCount()

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
Type Description
int

The count of vehicleIndices.

getVehicleIndicesList()

publicabstractList<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
Type Description
List<Integer>

A list containing the vehicleIndices.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.