Interface IntegerSolution
- All Superinterfaces:
Serializable,Solution<Integer>
- All Known Implementing Classes:
DefaultIntegerSolution
Interface representing integer solutions, where the variables are a list of bounded integer values.
Each integer variable has associated a
Bounds<Integer> object representing its lower and upper bounds.- Author:
- Antonio J. Nebro
-
Method Summary
Methods inherited from interface org.uma.jmetal.solution.Solution
attributes, constraints, copy, objectives, variables
-
Method Details
-
getBounds
-