27-Feb-2019 11:05:59 polyomino_embed_test: MATLAB version Test polyomino_embed. POLYOMINO_EMBED_NUMBER_TEST: POLYOMINO_EMBED_NUMBER reports the number of ways a fixed polyomino can be embedded in a region. The given region R: 0 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 The given polyomino P: 0 1 0 1 1 1 As a fixed polyomino, P can be embedded in R in 3 ways POLYOMINO_EMBED_NUMBER_TEST: Normal end of execution. POLYOMINO_EMBED_LIST_TEST: POLYOMINO_EMBED_LIST lists the offsets used to embed a fixed polyomino in a region. The given region R: 0 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 The given polyomino P: 0 1 0 1 1 1 As a fixed polyomino, P can be embedded in R in 3 ways Embedding number 1: 0 2 1 1 1 2 0 1 2 2 1 1 1 0 1 1 Embedding number 2: 0 1 1 2 1 1 0 2 1 1 2 2 1 0 1 1 Embedding number 3: 0 1 1 1 1 1 0 2 1 1 1 2 1 0 2 2 POLYOMINO_EMBED_LIST_TEST: Normal end of execution. polyomino_embed_test: Normal end of execution. 27-Feb-2019 11:05:59