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, ...)
Value
backtracker iteratorSee Also
iter
from the package iterators