11 #ifndef PARALLEL_CELLULAR_AUTOMATA_CELLULAR_AUTOMATA_HPP
12 #define PARALLEL_CELLULAR_AUTOMATA_CELLULAR_AUTOMATA_HPP
Interface of the CellularAutomaton.
Definition: cellular_automata.hpp:33
virtual size_t get_generation()=0
Get the generation of the simulation.
virtual void simulate(unsigned steps=1)=0
Run the simulation for a given number of steps.
This file contains the definition and implementation of the parallel version of the Cellular Automato...
Definition of the grid of the automaton.
Namespace of the framework.
Definition: barrier.hpp:20
This file contains the definition and implementation of the Cellular Automaton parallelized using Ope...
This file contains the definition and implementation of the parallel version of the Cellular Automato...
This file implements the parallel cellular automaton using the busy wait function of the barrier.
This file contains the definition and implementation of the sequential version of the Cellular Automa...