| Interface | Description |
|---|---|
| SolutionIterator<SolutionType extends Solution> |
Interface of a generic solution iterator that iterates through a collection of solutions.
|
| Class | Description |
|---|---|
| ExhaustiveSearch<SolutionType extends Solution> |
The exhaustive search algorithm evaluates every solution generated by the given solution iterator and selects the best one.
|
Copyright © 2016. All rights reserved.