# Nonogram problem (simple) # This file is to be used by the Gecode/R program # http://www.hakank.org/gecode_r/nonogram.rb row_rules: 1 1,2 2 1,2 1 col_rules: 1,2 1,1 3 1,1