org.dbe.eve.opt.setcover
Class SetCoverAlgorithmGreedy

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

public class SetCoverAlgorithmGreedy
extends java.lang.Object
implements SetCoverAlgorithm


Constructor Summary
SetCoverAlgorithmGreedy()
           
 
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

SetCoverAlgorithmGreedy

public SetCoverAlgorithmGreedy()
Method Detail

Solve

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