POLYOMINO_MONOHEDRAL
Seek Solutions of Polyomino Monohedral Tiling


POLYOMINO_MONOHEDRAL, a MATLAB library which is given matrices defining a region R and a polyomino P; it sets up the corresponding linear system, and solves for binary solutions x that represent possible tilings of the region R by the polyomino P.

A region R is a subset of an MRxNR grid of squares.

A polyomino P is a subset of an MPxNP grid of squares.

Both objects are represented by binary matrices, with the property that there are no initial or final zero rows or columns.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

polyomino_monohedral is available in a MATLAB version.

Related Data and Programs:

polyomino_monohedral_test

Source Code:


Last revised on 27 February 2019.