algorithms
Class IterativeSolver

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

public class IterativeSolver
extends Solver


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

IterativeSolver

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

solve

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