Class AbstractIntegerPermutationProblem

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

public abstract class AbstractIntegerPermutationProblem extends Object implements PermutationProblem<PermutationSolution<Integer>>
See Also: