public interface RoutingModelParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getMaxCallbackCacheSize()
Cache callback calls if the number of nodes in the model is less or equal
to this value.
|
boolean |
getReduceVehicleCostModel()
Advanced settings.
|
ConstraintSolverParameters |
getSolverParameters()
Parameters to use in the underlying constraint solver.
|
ConstraintSolverParametersOrBuilder |
getSolverParametersOrBuilder()
Parameters to use in the underlying constraint solver.
|
boolean |
hasSolverParameters()
Parameters to use in the underlying constraint solver.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSolverParameters()
Parameters to use in the underlying constraint solver.
.operations_research.ConstraintSolverParameters solver_parameters = 1;
ConstraintSolverParameters getSolverParameters()
Parameters to use in the underlying constraint solver.
.operations_research.ConstraintSolverParameters solver_parameters = 1;
ConstraintSolverParametersOrBuilder getSolverParametersOrBuilder()
Parameters to use in the underlying constraint solver.
.operations_research.ConstraintSolverParameters solver_parameters = 1;
boolean 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;
int 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;
Copyright © 2025. All rights reserved.