Interface RoutingModelParametersOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- RoutingModelParameters,- RoutingModelParameters.Builder
@Generated
public interface RoutingModelParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionintCache callback calls if the number of nodes in the model is less or equal to this value.booleanAdvanced settings.Parameters to use in the underlying constraint solver.Parameters to use in the underlying constraint solver.booleanParameters to use in the underlying constraint solver.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasSolverParametersboolean hasSolverParameters()Parameters to use in the underlying constraint solver. .operations_research.ConstraintSolverParameters solver_parameters = 1;- Returns:
- Whether the solverParameters field is set.
 
- 
getSolverParametersConstraintSolverParameters getSolverParameters()Parameters to use in the underlying constraint solver. .operations_research.ConstraintSolverParameters solver_parameters = 1;- Returns:
- The solverParameters.
 
- 
getSolverParametersOrBuilderConstraintSolverParametersOrBuilder getSolverParametersOrBuilder()Parameters to use in the underlying constraint solver. .operations_research.ConstraintSolverParameters solver_parameters = 1;
- 
getReduceVehicleCostModelboolean getReduceVehicleCostModel()Advanced settings. If set to true reduction of the underlying constraint model will be attempted when all vehicles have exactly the same cost structure. This can result in significant speedups. bool reduce_vehicle_cost_model = 2;- Returns:
- The reduceVehicleCostModel.
 
- 
getMaxCallbackCacheSizeint getMaxCallbackCacheSize()Cache callback calls if the number of nodes in the model is less or equal to this value. int32 max_callback_cache_size = 3;- Returns:
- The maxCallbackCacheSize.
 
 
-