public abstract class AbstractIntegerProblem extends AbstractGenericProblem<IntegerSolution> implements IntegerProblem
| Constructor and Description |
|---|
AbstractIntegerProblem() |
| Modifier and Type | Method and Description |
|---|---|
IntegerSolution |
createSolution() |
Integer |
getLowerBound(int index) |
Integer |
getUpperBound(int index) |
protected void |
setLowerLimit(List<Integer> lowerLimit) |
protected void |
setUpperLimit(List<Integer> upperLimit) |
getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablespublic Integer getUpperBound(int index)
getUpperBound in interface IntegerProblempublic Integer getLowerBound(int index)
getLowerBound in interface IntegerProblempublic IntegerSolution createSolution()
createSolution in interface Problem<IntegerSolution>Copyright © 2017. All rights reserved.