public abstract class AbstractIntegerPermutationProblem extends AbstractGenericProblem<PermutationSolution<Integer>> implements PermutationProblem<PermutationSolution<Integer>>
| Constructor and Description |
|---|
AbstractIntegerPermutationProblem() |
| Modifier and Type | Method and Description |
|---|---|
PermutationSolution<Integer> |
createSolution() |
getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPermutationLengthevaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablespublic PermutationSolution<Integer> createSolution()
createSolution in interface Problem<PermutationSolution<Integer>>Copyright © 2015. All rights reserved.