Class FakeIntegerPermutationProblem

java.lang.Object
org.uma.jmetal.problem.permutationproblem.impl.AbstractIntegerPermutationProblem
org.uma.jmetal.problem.permutationproblem.impl.FakeIntegerPermutationProblem
All Implemented Interfaces:
Serializable, PermutationProblem<PermutationSolution<Integer>>, Problem<PermutationSolution<Integer>>

public class FakeIntegerPermutationProblem extends AbstractIntegerPermutationProblem
Fake class representing a integer permutation problem. Intended to be used in unit tests.
See Also: