org.dbe.eve.opt.setcover
Class SetCoverAlgorithmUMDA

java.lang.Object
  extended by org.dbe.eve.opt.setcover.SetCoverAlgorithmUMDA
All Implemented Interfaces:
SetCoverAlgorithm

public class SetCoverAlgorithmUMDA
extends java.lang.Object
implements SetCoverAlgorithm


Constructor Summary
SetCoverAlgorithmUMDA()
           
 
Method Summary
 SetCoverAlgorithmResult Solve(Problem p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetCoverAlgorithmUMDA

public SetCoverAlgorithmUMDA()
Method Detail

Solve

public SetCoverAlgorithmResult Solve(Problem p)
Specified by:
Solve in interface SetCoverAlgorithm