Пример #1
0
 private BoxCartesian(World world, Snake[] snakes, IBoxHeuristic heuristicFunction)
     : base(world, snakes, heuristicFunction)
 {
 }
Пример #2
0
 public BoxCartesian(World world, int[] snakesStartLocations, IBoxHeuristic heuristicFunction,
                     ISnakeHeuristic heuristicForSnakes) : base(world, snakesStartLocations, heuristicFunction, heuristicForSnakes)
 {
 }