algo.solvers
Class DepthFirstSolver

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

public class DepthFirstSolver
extends AbstractSolver


Field Summary
 
Fields inherited from class algo.api.AbstractSolver
bestObjective, bestSolution
 
Constructor Summary
DepthFirstSolver()
           
 
Method Summary
protected  void search(Solution solution)
           
 
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

DepthFirstSolver

public DepthFirstSolver()
Method Detail

search

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