Exemplo n.º 1
0
 /// <summary>
 /// Initializes all cores.
 /// This method should be called before the simulation is run.
 /// </summary>
 public void Initialize() => Cores.ForEach(x => x.Initialize());