% Converted from nonogram_lambda.dzn %% From http://twan.home.fmf.nl/blog/haskell/Nonograms.details %% The lambda picture %% %% fzntini: 3.5 seconds. %% fz: ?? %% lazy: 1 sec problem_name(Name) => Name = nonogram_lambda. instance(nonogram_lambda,RowRules,ColRules) => RowRules = [[2], [1,2], [1,1], [2], [1], [3], [3], [2,2], [2,1], [2,2,1], [2,3], [2,2] ], ColRules = [[2,1], [1,3], [2,4], [3,4], [4], [3], [3], [3], [2], [2] ].