algorithms
Class MaxIterativeSolver

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

public class MaxIterativeSolver
extends Solver


Nested Class Summary
 
Nested classes/interfaces inherited from class algorithms.Solver
Solver.AlgorithmType, Solver.MatchingType
 
Constructor Summary
MaxIterativeSolver(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

MaxIterativeSolver

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

solve

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