% Converted from nonogram_t2.dzn % http://www.cs.mu.oz.au/433/tenpenki.html % Note: This problem has 2 solutions. problem_name(Name) => Name = nonogram_t2. instance(nonogram_t2,RowRules,ColRules) => RowRules = [[2,2,3], [1,1,1,1,1,1], [1,1,1,1], [1,1,3], [1,1,1,1,1], [2,2,1] ], ColRules = [[4], [1,1], [1,1], [1,1], [], [1,1], [1,1,1], [1,1,1], [1,1], [], [6], [1,1], [1,1], [2] ].