SCRIPTS
Set up and plot polyomino tiling problems


SCRIPTS is a small collection of MATLAB scripts which set up sample polyomino tiling problems; once a solution is obtained with an external integer linear programming package, scripts are available to simplify the process of displaying the solution.

Before running an example, it is assumed that all the necessary MATLAB codes have been copied from this directory. Then one can

  1. Run the appropriate 'LPmake' file in MATLAB;
  2. Pass the resulting lp file to an appropriate optimizing package, requesting a solution;
  3. Run the appropriate MATLAB plotting script, plot_mono() or plot_multi(), specifying the appropriate input;
  4. Wait for all the image files to be generated.

Licensing:

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

Reference:

  1. M R Garvie, John Burkardt,
    A mathematical model for tiling finite regions of the plane with polyominoes,
    To appear, 2018.

Scripts that set up example problems:

Scripts that plot solutions.


Last revised on 05 August 2018.