Crate backtracking

Source
Expand description

Find solutions with backtracking.

Structs§

Solutions
An iterator performing backtracking to find solutions to a problem.

Traits§

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