Expand description

Find solutions with backtracking.

Structs

An iterator performing backtracking to find solutions to a problem.

Traits

A problem to be tackled with backtracking. Used by the Solutions iterator which can find solutions for ypes implementing Problem.