Uses of Package
nl.uu.cs.treewidth.algorithm

Packages that use nl.uu.cs.treewidth.algorithm
nl.uu.cs.treewidth.algorithm   
nl.uu.cs.treewidth.testing   
 

Classes in nl.uu.cs.treewidth.algorithm used by nl.uu.cs.treewidth.algorithm
Algorithm
          Base interface for all algorithms.
Constructive
          Interface for algorithms that produce a tree decomposition.
Exact
          Interface for algorithms that calculate the exact treewidth.
LowerBound
          Interface for algorithms that compute a lowerbound.
Permutation
           
UpperBound
          Interface for algorithms that compute an upperbound.
 

Classes in nl.uu.cs.treewidth.algorithm used by nl.uu.cs.treewidth.testing
Algorithm
          Base interface for all algorithms.