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 invalid input: '<'antonio@lcc.uma.es>
  • Method Details

    • getLength

      int getLength()