Uses of Interface
com.google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder
-
Packages that use InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder in com.google.cloud.optimization.v1
Classes in com.google.cloud.optimization.v1 that implement InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder Modifier and Type Class Description static class
InjectedSolutionConstraint.ConstraintRelaxation.Relaxation
If `relaxations` is empty, the start time and sequence of all visits on `routes` are fully constrained and no new visits may be inserted or added to those routes.static class
InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Builder
If `relaxations` is empty, the start time and sequence of all visits on `routes` are fully constrained and no new visits may be inserted or added to those routes.Methods in com.google.cloud.optimization.v1 that return InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder Modifier and Type Method Description InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder
InjectedSolutionConstraint.ConstraintRelaxation.Builder. getRelaxationsOrBuilder(int index)
All the visit constraint relaxations that will apply to visits on routes with vehicles in `vehicle_indices`.InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder
InjectedSolutionConstraint.ConstraintRelaxation. getRelaxationsOrBuilder(int index)
All the visit constraint relaxations that will apply to visits on routes with vehicles in `vehicle_indices`.InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder
InjectedSolutionConstraint.ConstraintRelaxationOrBuilder. getRelaxationsOrBuilder(int index)
All the visit constraint relaxations that will apply to visits on routes with vehicles in `vehicle_indices`.Methods in com.google.cloud.optimization.v1 that return types with arguments of type InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder Modifier and Type Method Description List<? extends InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder>
InjectedSolutionConstraint.ConstraintRelaxation.Builder. getRelaxationsOrBuilderList()
All the visit constraint relaxations that will apply to visits on routes with vehicles in `vehicle_indices`.List<? extends InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder>
InjectedSolutionConstraint.ConstraintRelaxation. getRelaxationsOrBuilderList()
All the visit constraint relaxations that will apply to visits on routes with vehicles in `vehicle_indices`.List<? extends InjectedSolutionConstraint.ConstraintRelaxation.RelaxationOrBuilder>
InjectedSolutionConstraint.ConstraintRelaxationOrBuilder. getRelaxationsOrBuilderList()
All the visit constraint relaxations that will apply to visits on routes with vehicles in `vehicle_indices`.
-