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