Skip to content
/ goe Public

my tools to search for Gardens of Eden in Conway's Game of Life

Notifications You must be signed in to change notification settings

mtve/goe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my tools to search for Gardens of Eden in Conway's Game of Life.

see http://www.conwaylife.com/wiki/Garden_of_Eden

collection/

some GoEs in text format.

counter/

kind of library to explicitly count all parents.
with good strategy (par_x/par_y) could be much faster than any SAT.

optimizer/

reducer trying to remove each cell and check if it's still GoE.

sat/

kind of library to use SAT solvers from c++ code, with wrappers around
picosat and cryptominisat5

*.pl

constructors of SAT configurations

About

my tools to search for Gardens of Eden in Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published