algo.solvers
Class BreadthFirstSolver

java.lang.Object
  extended by algo.api.AbstractSolver
      extended by algo.solvers.BreadthFirstSolver
All Implemented Interfaces:
Solver

public class BreadthFirstSolver
extends AbstractSolver


Field Summary
 
Fields inherited from class algo.api.AbstractSolver
bestObjective, bestSolution
 
Constructor Summary
BreadthFirstSolver()
           
 
Method Summary
protected  void search(Solution initial)
           
 
Methods inherited from class algo.api.AbstractSolver
solve, updateBest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreadthFirstSolver

public BreadthFirstSolver()
Method Detail

search

protected void search(Solution initial)
Specified by:
search in class AbstractSolver