org.dbe.eve.opt.setcover.ga
Class SetCoverAlgorithmGA

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

public class SetCoverAlgorithmGA
extends java.lang.Object
implements SetCoverAlgorithm


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

SetCoverAlgorithmGA

public SetCoverAlgorithmGA()
Method Detail

Solve

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