Class DefaultIntegerSolution

java.lang.Object
org.uma.jmetal.solution.AbstractSolution<Integer>
org.uma.jmetal.solution.integersolution.impl.DefaultIntegerSolution
All Implemented Interfaces:
Serializable, IntegerSolution, Solution<Integer>

public class DefaultIntegerSolution extends AbstractSolution<Integer> implements IntegerSolution
Defines an implementation of the IntegerSolution interface
Author:
Antonio J. Nebro
See Also: