|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalgorithms.Solver
public abstract class Solver
Nested Class Summary | |
---|---|
static class |
Solver.AlgorithmType
|
static class |
Solver.MatchingType
|
Constructor Summary | |
---|---|
Solver()
|
|
Solver(ListColoredAdjacencyMatrixGraph g,
AdjacencyMatrixGraph h)
Generates an instance of the Bounded-list Morphism Problem from two input graphs. |
Method Summary | |
---|---|
abstract boolean |
solve()
|
static Solver |
solverFactory(ListColoredAdjacencyMatrixGraph g,
AdjacencyMatrixGraph h,
Solver.MatchingType m,
Results.Instance instance,
Solver.AlgorithmType algoType)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Solver()
public Solver(ListColoredAdjacencyMatrixGraph g, AdjacencyMatrixGraph h)
g
- the patternh
- the hostMethod Detail |
---|
public abstract boolean solve()
public static Solver solverFactory(ListColoredAdjacencyMatrixGraph g, AdjacencyMatrixGraph h, Solver.MatchingType m, Results.Instance instance, Solver.AlgorithmType algoType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |