public class AlgosTreewidth extends OperationGroup implements OperationDescFile
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AlgosTreewidth.AlgoTreewidthBounds  | 
class  | 
AlgosTreewidth.AlgoTreewidthExact  | 
class  | 
AlgosTreewidth.AlgoTreewidthLowerBound  | 
class  | 
AlgosTreewidth.AlgoTreewidthUpperBound  | 
static class  | 
AlgosTreewidth.TreewidthHeuristicLowerBound  | 
static class  | 
AlgosTreewidth.TreewidthHeuristicUpperBound  | 
ALGODIR, CMDSDIR, GROPDIR| Constructor and Description | 
|---|
AlgosTreewidth()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescriptionFilename()
Returns the filename of the description file containing a help entry for the operation. 
 | 
protected int | 
getLowerBound(nl.uu.cs.treewidth.ngraph.NGraph<nl.uu.cs.treewidth.input.GraphInput.InputData> twGraph)  | 
Operation[] | 
getOperations()
Returns instances of all operations of the group. 
 | 
protected int | 
getUpperBound(nl.uu.cs.treewidth.ngraph.NGraph<nl.uu.cs.treewidth.input.GraphInput.InputData> twGraph)  | 
protected AlgosTreewidth.TreewidthHeuristicLowerBound | 
stringToTWLower(java.lang.String heuristicKey)  | 
protected AlgosTreewidth.TreewidthHeuristicUpperBound | 
stringToTWUpper(java.lang.String heuristicKey)  | 
protected AlgosTreewidth.TreewidthHeuristicUpperBound stringToTWUpper(java.lang.String heuristicKey)
protected AlgosTreewidth.TreewidthHeuristicLowerBound stringToTWLower(java.lang.String heuristicKey)
protected int getLowerBound(nl.uu.cs.treewidth.ngraph.NGraph<nl.uu.cs.treewidth.input.GraphInput.InputData> twGraph)
protected int getUpperBound(nl.uu.cs.treewidth.ngraph.NGraph<nl.uu.cs.treewidth.input.GraphInput.InputData> twGraph)
public Operation[] getOperations()
OperationGroupgetOperations in class OperationGrouppublic java.lang.String getDescriptionFilename()
OperationDescFilegetDescriptionFilename in interface OperationDescFile