mtve / goe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 91.1%Language:Perl 4.7%Language:C++ 3.9%Language:Makefile 0.3%