Strategy defining how a solution is recreated.
More...
Strategy defining how a solution is recreated.
Definition at line 1701 of file RoutingIls.pb.cs.
|
| static pb::MessageParser< RecreateStrategy > | Parser [get] |
| static pbr::MessageDescriptor | Descriptor [get] |
| global::Google.OrTools.ConstraintSolver.FirstSolutionStrategy.Types.Value | Heuristic [get, set] |
| bool | HasHeuristic [get] |
| | Gets whether the "heuristic" field is set.
|
| global::Google.OrTools.ConstraintSolver.RecreateParameters | Parameters [get, set] |
| | The selected parameters should match the chosen recreate heuristic. If not set, the default parameters from the RoutingModel are used.
|
◆ RecreateStrategy() [1/2]
| Google.OrTools.ConstraintSolver.RecreateStrategy.RecreateStrategy |
( |
| ) |
|
|
inline |
◆ RecreateStrategy() [2/2]
| Google.OrTools.ConstraintSolver.RecreateStrategy.RecreateStrategy |
( |
RecreateStrategy | other | ) |
|
|
inline |
◆ CalculateSize()
| int Google.OrTools.ConstraintSolver.RecreateStrategy.CalculateSize |
( |
| ) |
|
|
inline |
◆ ClearHeuristic()
| void Google.OrTools.ConstraintSolver.RecreateStrategy.ClearHeuristic |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Equals() [1/2]
| override bool Google.OrTools.ConstraintSolver.RecreateStrategy.Equals |
( |
object | other | ) |
|
|
inline |
◆ Equals() [2/2]
| bool Google.OrTools.ConstraintSolver.RecreateStrategy.Equals |
( |
RecreateStrategy | other | ) |
|
|
inline |
◆ GetHashCode()
| override int Google.OrTools.ConstraintSolver.RecreateStrategy.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
| void Google.OrTools.ConstraintSolver.RecreateStrategy.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ MergeFrom() [2/2]
| void Google.OrTools.ConstraintSolver.RecreateStrategy.MergeFrom |
( |
RecreateStrategy | other | ) |
|
|
inline |
◆ ToString()
| override string Google.OrTools.ConstraintSolver.RecreateStrategy.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
| void Google.OrTools.ConstraintSolver.RecreateStrategy.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ HeuristicFieldNumber
| const int Google.OrTools.ConstraintSolver.RecreateStrategy.HeuristicFieldNumber = 1 |
|
static |
◆ ParametersFieldNumber
| const int Google.OrTools.ConstraintSolver.RecreateStrategy.ParametersFieldNumber = 2 |
|
static |
◆ Descriptor
| pbr.MessageDescriptor Google.OrTools.ConstraintSolver.RecreateStrategy.Descriptor |
|
staticget |
◆ HasHeuristic
| bool Google.OrTools.ConstraintSolver.RecreateStrategy.HasHeuristic |
|
get |
◆ Heuristic
| global.Google.OrTools.ConstraintSolver.FirstSolutionStrategy.Types.Value Google.OrTools.ConstraintSolver.RecreateStrategy.Heuristic |
|
getset |
◆ Parameters
| global.Google.OrTools.ConstraintSolver.RecreateParameters Google.OrTools.ConstraintSolver.RecreateStrategy.Parameters |
|
getset |
The selected parameters should match the chosen recreate heuristic. If not set, the default parameters from the RoutingModel are used.
Definition at line 1784 of file RoutingIls.pb.cs.
◆ Parser
| pb.MessageParser<RecreateStrategy> Google.OrTools.ConstraintSolver.RecreateStrategy.Parser |
|
staticget |
The documentation for this class was generated from the following file: