Learn R Programming

editrules (version 2.2-0)

iter.backtracker: iterate over all solutions of a backtracker

Description

iterate over all solutions of a backtracker This method is identical to calling $searchNext on a backtracker. Please note that iterating a backtracker changes the state of a backtracker.

Usage

iter.backtracker(x, ...)

Arguments

Value

backtracker iterator

See Also

iter from the package iterators