|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.uu.cs.treewidth.algorithm.PermutationGuesser<D>
public class PermutationGuesser<D extends GraphInput.InputData>
Constructor Summary | |
---|---|
PermutationGuesser()
|
Method Summary | |
---|---|
NGraph<NTDBag<D>> |
getDecomposition()
Returns the found tree decomposition. |
java.lang.String |
getName()
Every algorithm has a name. |
int |
getUpperBound()
Returns the upperbound. |
void |
run()
Does the actual computation of the algorithm. |
void |
setInput(NGraph<D> g)
Sets the input the algorithm will run on. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PermutationGuesser()
Method Detail |
---|
public int getUpperBound()
UpperBound
getUpperBound
in interface UpperBound<D extends GraphInput.InputData>
public java.lang.String getName()
Algorithm
getName
in interface Algorithm<D extends GraphInput.InputData>
public void setInput(NGraph<D> g)
Algorithm
setInput
in interface Algorithm<D extends GraphInput.InputData>
g
- The graph in standard graph format.public void run()
Algorithm
run
in interface Algorithm<D extends GraphInput.InputData>
public NGraph<NTDBag<D>> getDecomposition()
Constructive
getDecomposition
in interface Constructive<D extends GraphInput.InputData>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |