Skip to content

jbohman/conprog-a4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SquarePacking
=============
make squarepacking
./squarepacking N (0 <= N <= 18)

Game Of Life
============
make gameoflife
./gameoflife N (0 <= N <= 9)

In the following sollutions an X represents a live cell and a . a dead one.

Solution to Game Of Life of size 8:
XX.XX.XX
XX.XX.XX
........
XX.XX.XX
XX.XX.XX
........
XX.XX.XX
XX.XX.XX
Alive 36

Solution to Game Of Life of size 9:
XX..XX.XX
X..X.X.XX
.X.X.X...
XX.X.XXXX
X..X....X
.X.XXXX..
XX....XX.
X..XX...X
.XX.XX.XX
Alive 43

About

ID2204 Constraint Programming Assignment 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages