22 April 2018 09:38:13 AM PENTOMINOES_TEST C++ version Test the PENTOMINOES library. PENTOMINO_MATRIX_TEST PENTOMINO_MATRIX returns a 0/1 matrix representing a pentomino. F pentomino (3,3): 011 110 010 I pentomino (5,1): 1 1 1 1 1 L pentomino (5,2): 10 10 10 11 00 N pentomino (2,4): 1100 0111 P pentomino (3,2): 11 11 10 T pentomino (3,3): 111 010 010 U pentomino (2,3): 101 111 V pentomino (3,3): 100 100 111 W pentomino (3,3): 100 110 011 X pentomino (3,3): 010 111 010 Y pentomino (2,4): 0010 1111 Z pentomino (3,3): 110 010 011 PENTOMINO_PLOT_TEST PENTOMINO_PLOT plots a pentomino. PENTOMINO_PLOT created command file 'F_commands.txt' PENTOMINO_PLOT created command file 'I_commands.txt' PENTOMINO_PLOT created command file 'L_commands.txt' PENTOMINO_PLOT created command file 'N_commands.txt' PENTOMINO_PLOT created command file 'P_commands.txt' PENTOMINO_PLOT created command file 'T_commands.txt' PENTOMINO_PLOT created command file 'U_commands.txt' PENTOMINO_PLOT created command file 'V_commands.txt' PENTOMINO_PLOT created command file 'W_commands.txt' PENTOMINO_PLOT created command file 'X_commands.txt' PENTOMINO_PLOT created command file 'Y_commands.txt' PENTOMINO_PLOT created command file 'Z_commands.txt' PENTOMINOES_TEST Normal end of execution. 22 April 2018 09:38:13 AM