InBreadthStrategy

Keep going deeper. If we reach the bottom (depth with no nodes on it), start a new iteration. If we finish an iteration without finding any reductions, we're done.

class InBreadthStrategy : LevelStrategy {}

Meta