POLYOMINO_MULTIHEDRAL_EXAMPLE_PENT18X30
18x30 Rectangle tiled by 9 Copies of Pentominoes


POLYOMINO_MULTIHEDRAL_EXAMPLE_PENT18X30, a MATLAB program which sets up a problem in which an 18x30 rectangle is to be tiled by 9 copies of each of the 12 distinct pentominoes, and plots a solution computed by GUROBI.

Because this problem results in a large linear system to be solved, we simply set up the linear system, write it to an LP file, and have GUROBI compute a solution. The resulting solution was read by GUROBI_SOLUTION_READ and written to a file that MATLAB can access using load();

The solution to the tiling problem is then plotted.

Licensing:

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

Languages:

polyomino_multihderal_example_pent18x30 is available in a MATLAB version.

Related Data and Programs:

Source Code:

Examples and Tests:


Last revised on 17 June 2018.