Interface PermutationProblem<S extends PermutationSolution<?>>

All Superinterfaces:
Problem<S>, Serializable
All Known Implementing Classes:
AbstractIntegerPermutationProblem, FakeIntegerPermutationProblem

public interface PermutationProblem<S extends PermutationSolution<?>> extends Problem<S>
Interface representing permutation problems
Author:
Antonio J. Nebro