- 
							
								Christiaan Hartman
							
              						
 
											- 
							
								Marijn J. H. Heule
							
              						
 
											- 
							
								Kees Kwekkeboom
							
              						
 
											- 
							
								Alain Noels
							
              						
 
									
			
																												
							
									
				
										Keywords:
				
				
																		Game of Life, 													Symmetry, 													Incremental SAT, 													QBF															
			
			
										
					
Abstract
					Conway's Game of Life has inspired enthusiasts to search for a wide range of patterns for this classic cellular automaton. One important challenge in this context is finding the smallest Garden of Eden (GoE), a state without a predecessor. We take up this challenge by applying two techniques. First, we focus on GoEs that contain a symmetry. This significantly reduces the size of the search space for interesting sizes of the grid. Second, we implement the search using incremental satisfiability solving to check thousands of states per second. By combining these techniques, we broke several records regarding GoEs: the fewest defined cells, the smallest bounding box, and the lowest living density. Furthermore, we established a new lower bound for the smallest GoE.