polyomino_monohedral_tiling_print_test 07-Jun-2018 13:24:39 POLYOMINO_MONOHEDRAL_TILING_PRINT_TEST: Test POLYOMINO_MONOHEDRAL_TILING_PRINT, which investigates solutions to the problem of tiling a given region R, using multiple copies of a single polyomino P. POLYOMINO_MONOHEDRAL_TILING_PRINT_TEST01 Given 4 solutions for the Reid polyomino tiling problem, print a representation of the tiling corresponding to each solution. Solution 1 Reid Example Solution 1 1 8 3 3 8 5 5 Solution 2 Reid Example Solution 2 2 10 5 13 12 9 15 Solution 3 Reid Example Solution 3 3 18 14 23 20 18 25 Solution 4 Reid Example Solution 9 10 24 21 33 24 22 35 POLYOMINO_MONOHEDRAL_TILING_PRINT_TEST02 Given 6 solutions to the 4x5 rectangle tiling problem, print a representation of the tiling corresponding to each solution. Solution 1 4x5 Rectangle Example Solution 1 1 12 12 12 1 1 1 12 12 7 7 18 18 18 7 7 7 18 18 Solution 2 4x5 Rectangle Example Solution 29 29 40 33 33 29 29 22 33 33 14 14 36 36 36 14 14 14 36 36 Solution 3 4x5 Rectangle Example Solution 30 30 52 45 45 30 30 23 45 45 48 48 70 63 63 48 48 41 63 63 Solution 4 4x5 Rectangle Example Solution 40 40 62 101 101 95 40 33 101 101 113 113 79 72 119 113 113 50 72 72 Solution 5 4x5 Rectangle Example Solution 68 68 90 122 122 123 68 54 122 122 147 147 113 99 146 147 147 77 99 99 Solution 6 4x5 Rectangle Example Solution 113 113 120 152 152 168 113 84 152 166 192 172 138 143 190 172 172 102 143 143 POLYOMINO_MONOHEDRAL_TILING_PRINT_TEST: Normal end of execution. 07-Jun-2018 13:24:40 exit