find_integers_with_sum_for_nonograms: Find all permutations of all vectors of positive numbers of a...

Description Usage Arguments Value

Description

This is used to find all possible run-length encodings of the patterns of zeros for a nonogram clue.

Usage

1
find_integers_with_sum_for_nonograms(target_sum, target_length)

Arguments

target_sum

target sum

target_length

target length

Value

matrix


coolbutuseless/nonogram documentation built on May 5, 2019, 3:45 a.m.