% Converted from nonogram_simple2.dzn % % Simple variant: % from http://twan.home.fmf.nl/blog/haskell/Nonograms.details % (2 solutions) problem_name(Name) => Name = nonogram_simple2. instance(nonogram_simple2,RowRules,ColRules) => RowRules = [[1,1], [1,1], [1,1], [1,1] ], ColRules = [[1,1], [1,1], [1,1], [1,1] ].