Parameters which have to be set when creating a RoutingModel.
More...
|
static pb::MessageParser< RoutingModelParameters > | Parser [get] |
|
static pbr::MessageDescriptor | Descriptor [get] |
|
global::Google.OrTools.ConstraintSolver.ConstraintSolverParameters | SolverParameters [get, set] |
| Parameters to use in the underlying constraint solver.
|
|
bool | ReduceVehicleCostModel [get, set] |
| 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.
|
|
int | MaxCallbackCacheSize [get, set] |
| Cache callback calls if the number of nodes in the model is less or equal to this value.
|
|
Parameters which have to be set when creating a RoutingModel.
Definition at line 4681 of file RoutingParameters.pb.cs.
◆ RoutingModelParameters() [1/2]
Google.OrTools.ConstraintSolver.RoutingModelParameters.RoutingModelParameters |
( |
| ) |
|
|
inline |
◆ RoutingModelParameters() [2/2]
◆ CalculateSize()
int Google.OrTools.ConstraintSolver.RoutingModelParameters.CalculateSize |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Equals() [1/2]
override bool Google.OrTools.ConstraintSolver.RoutingModelParameters.Equals |
( |
object | other | ) |
|
|
inline |
◆ Equals() [2/2]
◆ GetHashCode()
override int Google.OrTools.ConstraintSolver.RoutingModelParameters.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
void Google.OrTools.ConstraintSolver.RoutingModelParameters.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ MergeFrom() [2/2]
◆ ToString()
override string Google.OrTools.ConstraintSolver.RoutingModelParameters.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
void Google.OrTools.ConstraintSolver.RoutingModelParameters.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ MaxCallbackCacheSizeFieldNumber
const int Google.OrTools.ConstraintSolver.RoutingModelParameters.MaxCallbackCacheSizeFieldNumber = 3 |
|
static |
◆ ReduceVehicleCostModelFieldNumber
const int Google.OrTools.ConstraintSolver.RoutingModelParameters.ReduceVehicleCostModelFieldNumber = 2 |
|
static |
◆ SolverParametersFieldNumber
const int Google.OrTools.ConstraintSolver.RoutingModelParameters.SolverParametersFieldNumber = 1 |
|
static |
◆ Descriptor
pbr.MessageDescriptor Google.OrTools.ConstraintSolver.RoutingModelParameters.Descriptor |
|
staticget |
◆ MaxCallbackCacheSize
int Google.OrTools.ConstraintSolver.RoutingModelParameters.MaxCallbackCacheSize |
|
getset |
Cache callback calls if the number of nodes in the model is less or equal to this value.
Definition at line 4769 of file RoutingParameters.pb.cs.
◆ Parser
◆ ReduceVehicleCostModel
bool Google.OrTools.ConstraintSolver.RoutingModelParameters.ReduceVehicleCostModel |
|
getset |
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.
Definition at line 4753 of file RoutingParameters.pb.cs.
◆ SolverParameters
global.Google.OrTools.ConstraintSolver.ConstraintSolverParameters Google.OrTools.ConstraintSolver.RoutingModelParameters.SolverParameters |
|
getset |
The documentation for this class was generated from the following file: