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