algo.solvers
Class DepthFirstBranchAndBoundSolver

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

public class DepthFirstBranchAndBoundSolver
extends AbstractSolver


Field Summary
 
Fields inherited from class algo.api.AbstractSolver
bestObjective, bestSolution
 
Constructor Summary
DepthFirstBranchAndBoundSolver()
           
 
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

DepthFirstBranchAndBoundSolver

public DepthFirstBranchAndBoundSolver()
Method Detail

search

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