algorithms
Class SearchTreeSolver

java.lang.Object
  extended by algorithms.Solver
      extended by algorithms.SearchTreeSolver

public class SearchTreeSolver
extends Solver


Nested Class Summary
 
Nested classes/interfaces inherited from class algorithms.Solver
Solver.AlgorithmType, Solver.MatchingType
 
Constructor Summary
SearchTreeSolver(ListColoredAdjacencyMatrixGraph g, AdjacencyMatrixGraph h, Solver.MatchingType m, Results.Instance instance)
           
 
Method Summary
 boolean solve()
           
 
Methods inherited from class algorithms.Solver
solverFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchTreeSolver

public SearchTreeSolver(ListColoredAdjacencyMatrixGraph g,
                        AdjacencyMatrixGraph h,
                        Solver.MatchingType m,
                        Results.Instance instance)
Method Detail

solve

public boolean solve()
Specified by:
solve in class Solver