org.dbe.eve.opt.setcover
Class SetCoverAlgorithmResult

java.lang.Object
  extended by org.dbe.eve.opt.setcover.SetCoverAlgorithmResult

public class SetCoverAlgorithmResult
extends java.lang.Object


Field Summary
private  ZeroOneMatrix bestSolution
           
private  int bestSolutionIteration
           
private  int numberOfIterations
           
 
Constructor Summary
SetCoverAlgorithmResult(int numberOfIterations, int bestSolutionIteration, ZeroOneMatrix bestSolution)
           
 
Method Summary
 ZeroOneMatrix getBestSolution()
           
 int getBestSolutionIteration()
           
 int getNumberOfIterations()
           
 void setBestSolution(ZeroOneMatrix bestSolution)
           
 void setBestSolutionIteration(int bestSolutionIteration)
           
 void setNumberOfIterations(int numberOfIterations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberOfIterations

private int numberOfIterations

bestSolutionIteration

private int bestSolutionIteration

bestSolution

private ZeroOneMatrix bestSolution
Constructor Detail

SetCoverAlgorithmResult

public SetCoverAlgorithmResult(int numberOfIterations,
                               int bestSolutionIteration,
                               ZeroOneMatrix bestSolution)
Method Detail

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)