polyominoes, a Python code which manipulates polyominoes and tilings.
The information on this web page is distributed under the MIT license.
polyominoes is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
boundary_word, a Python code which describes the outline of an object on a grid of squares, using a string of symbols that represent the sequence of steps tracing out the boundary.
gurobi_solution_read, a Python code which reads a file created by the optimization package gurobi(), representing the solution of a particular linear programming problem, and writes out a simple ASCII file.
pariomino, a Python code which considers pariominoes, which are polyominoes with a checkerboard parity.
pentominoes, a Python code which forms or plots any of the 12 members of the pentomino family, shapes formed from 5 adjacent squares.
polyomino_parity, a Python code which uses parity considerations to determine whether a given set of polyominoes can tile a specified region.