Interface PermutationSolution<T>

All Superinterfaces:
Serializable, Solution<T>
All Known Implementing Classes:
IntegerPermutationSolution

public interface PermutationSolution<T> extends Solution<T>
Interface representing permutation based solutions
Author:
Antonio J. Nebro