28-Feb-2019 07:58:12 polyomino_monohedral_matrix_test: MATLAB version Test polyomino_monohedral_matrix, which sets up the linear system A*x=b used to search for solutions to the problem of tiling a region R with copies of a polyomino P that may be reflected or rotated. The region R: 1 1 0 1 1 1 1 1 1 The polyomino P: 1 1 Linear system A | b 1 0 0 0 0 1 0 0 0 0 | 1 1 0 0 0 0 0 1 0 0 0 | 1 0 1 0 0 0 1 0 1 0 0 | 1 0 1 1 0 0 0 1 0 1 0 | 1 0 0 1 0 0 0 0 0 0 1 | 1 0 0 0 1 0 0 0 1 0 0 | 1 0 0 0 1 1 0 0 0 1 0 | 1 0 0 0 0 1 0 0 0 0 1 | 1 2 2 2 2 2 2 2 2 2 2 | 8 Wrote the LP file "matrix.lp" polyomino_monohedral_matrix_test: Normal end of execution. 28-Feb-2019 07:58:12