org.dbe.eve.opt.setcover
Class SetCoverAlgorithmResult
java.lang.Object
org.dbe.eve.opt.setcover.SetCoverAlgorithmResult
public class SetCoverAlgorithmResult
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numberOfIterations
private int numberOfIterations
bestSolutionIteration
private int bestSolutionIteration
bestSolution
private ZeroOneMatrix bestSolution
SetCoverAlgorithmResult
public SetCoverAlgorithmResult(int numberOfIterations,
int bestSolutionIteration,
ZeroOneMatrix bestSolution)
getBestSolution
public ZeroOneMatrix getBestSolution()
setBestSolution
public void setBestSolution(ZeroOneMatrix bestSolution)
getBestSolutionIteration
public int getBestSolutionIteration()
setBestSolutionIteration
public void setBestSolutionIteration(int bestSolutionIteration)
getNumberOfIterations
public int getNumberOfIterations()
setNumberOfIterations
public void setNumberOfIterations(int numberOfIterations)