Expand description
Contains the structures corresponding to solution iterations.
Structs§
- Solution
Iterator - A struct which allows the retrieval of multiple solutions to a satisfaction problem.
Enums§
- Iterated
Solution - Enum which specifies the status of the call to
SolutionIterator::next_solution.