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