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