28-Feb-2019 19:35:40 polyomino_monohedral_tiling_print_test: Test polyomino_monohedral_tiling_print, which displays 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. Reid Example Solution #1 Numeric Labels 1 1 0 4 2 2 4 3 3 Reid Example Solution #1 "Colors" 1 1 0 1 1 1 1 1 1 Reid Example Solution #2 Numeric Labels 1 1 0 2 2 4 3 3 4 Reid Example Solution #2 "Colors" 1 1 0 1 1 1 1 1 1 Reid Example Solution #3 Numeric Labels 1 1 0 2 3 4 2 3 4 Reid Example Solution #3 "Colors" 1 1 0 1 1 1 1 1 1 Reid Example Solution #4 Numeric Labels 2 3 0 2 3 4 1 1 4 Reid Example Solution #4 "Colors" 1 1 0 1 1 1 1 1 1 POLYOMINO_MONOHEDRAL_TILING_PRINT_TEST02 Given 6 solutions to the 4x5 rectangle tiling problem, print a representation of the tiling corresponding to each solution. 4x5 Rectangle Example Solution #1 Numeric Labels 1 1 3 3 3 1 1 1 3 3 2 2 4 4 4 2 2 2 4 4 4x5 Rectangle Example Solution #1 "Colors" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4x5 Rectangle Example Solution #2 Numeric Labels 4 4 4 3 3 4 4 3 3 3 1 1 2 2 2 1 1 1 2 2 4x5 Rectangle Example Solution #2 "Colors" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4x5 Rectangle Example Solution #3 Numeric Labels 1 1 2 2 2 1 1 1 2 2 4 4 4 3 3 4 4 3 3 3 4x5 Rectangle Example Solution #3 "Colors" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4x5 Rectangle Example Solution #4 Numeric Labels 2 2 2 3 3 4 2 2 3 3 4 4 1 1 3 4 4 1 1 1 4x5 Rectangle Example Solution #4 "Colors" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4x5 Rectangle Example Solution #5 Numeric Labels 3 3 3 1 1 3 3 1 1 1 4 4 4 2 2 4 4 2 2 2 4x5 Rectangle Example Solution #5 "Colors" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4x5 Rectangle Example Solution #6 Numeric Labels 4 4 2 2 2 4 4 2 2 3 4 1 1 3 3 1 1 1 3 3 4x5 Rectangle Example Solution #6 "Colors" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 polyomino_monohedral_tiling_print_test: Normal end of execution. 28-Feb-2019 19:35:40