public class NMMin extends AbstractIntegerProblem
| Constructor and Description |
|---|
NMMin() |
NMMin(int numberOfVariables,
int n,
int m,
int lowerBound,
int upperBound)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(IntegerSolution solution)
Evaluate() method
|
createSolution, getLowerBound, getUpperBound, setLowerLimit, setUpperLimitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablespublic NMMin()
public NMMin(int numberOfVariables,
int n,
int m,
int lowerBound,
int upperBound)
public void evaluate(IntegerSolution solution)
Copyright © 2018. All rights reserved.