|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpperBound<D extends GraphInput.InputData>
Interface for algorithms that compute an upperbound.
getUpperBound()
must always return a valid upper
bound, even if run()
has not been called yet. (Note that
Integer.MAX_VALUE
(read: +infty) is considered to always
be an upperbound.)
Method Summary | |
---|---|
int |
getUpperBound()
Returns the upperbound. |
Methods inherited from interface nl.uu.cs.treewidth.algorithm.Algorithm |
---|
getName, run, setInput |
Method Detail |
---|
int getUpperBound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |