Beispiel #1
0
 internal Algorithm GetAlgorithm(AlgorithmType algorithmType, Neighborhood <ToSolution> neighborhood) =>
 AlgorithmFactory.CreateAlgorithm(algorithmType, neighborhood);
Beispiel #2
0
 internal IEnumerable <Algorithm> GetImprovementAlgorithms(IEnumerable <StageFlow> childrenFlows) =>
 AlgorithmFactory.GetImprovementAlgorithms(childrenFlows);
Beispiel #3
0
 internal Algorithm GetAlgorithm(AlgorithmType algorithmType) =>
 AlgorithmFactory.CreateAlgorithm(algorithmType);