Module Simulate

module Simulate: sig .. end
Simulation calculus

val next_generation : Core.automaton -> Core.generation -> Core.generation
Calculate the next generation of the given generation (according to the given automaton).