|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalgorithms.Solver
algorithms.MaxIterativeSolver
public class MaxIterativeSolver
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 |
---|
public MaxIterativeSolver(ListColoredAdjacencyMatrixGraph g, AdjacencyMatrixGraph h, Solver.MatchingType m, Results.Instance instance)
Method Detail |
---|
public boolean solve()
solve
in class Solver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |