|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalgorithms.Solver
algorithms.IterativeSolver
public class IterativeSolver
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 |
---|
public IterativeSolver(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 |