% From JaCoP's nonogramRepository/data032.nin rows = 25; row_rule_len = 4; row_rules = array2d(1..rows, 1..row_rule_len, [ 0,0,0,6, 0,0,0,8, 0,0,5,10, 0,0,6,8, 0,0,7,8, 0,0,1,6, 0,0,1,6, 0,0,1,4, 0,0,1,4, 0,0,0,19, 0,0,0,19, 0,0,0,19, 0,0,0,19, 0,0,0,19, 0,0,8,5, 0,7,4,4, 0,6,6,2, 0,5,8,2, 0,5,10,2, 0,0,10,3, 3,10,1,2, 5,10,2,2, 5,8,1,2, 5,6,2,2, 0,3,4,6 ]); cols = 25; col_rule_len = 4; col_rules = array2d(1..cols, 1..col_rule_len, [ 0,3,10,3, 0,3,10,5, 0,3,10,5, 0,3,10,5, 0,3,10,3, 0,0,0,14, 0,1,7,4, 0,0,6,6, 0,0,5,8, 0,1,5,10, 0,4,5,10, 0,7,5,10, 0,0,14,10, 0,0,14,8, 0,0,15,6, 0,0,16,4, 0,0,7,8, 0,0,4,13, 1,7,3,3, 0,0,2,2, 0,0,2,1, 0,0,2,1, 0,0,0,3, 0,0,0,2, 0,0,0,1 ]);