org.dbe.eve.opt.setcover
Class Test

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

public class Test
extends java.lang.Object


Field Summary
private  SetCoverAlgorithm algorithm
           
private  Problem problem
           
 
Constructor Summary
Test(Problem p, SetCoverAlgorithm a)
           
 
Method Summary
 void Run()
           
 void SingleRun()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

problem

private Problem problem

algorithm

private SetCoverAlgorithm algorithm
Constructor Detail

Test

public Test(Problem p,
            SetCoverAlgorithm a)
Method Detail

SingleRun

public void SingleRun()

Run

public void Run()