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