Uses of Class
nl.uu.cs.treewidth.ngraph.NTDBag

Packages that use NTDBag
nl.uu.cs.treewidth.algorithm   
nl.uu.cs.treewidth.output   
 

Uses of NTDBag in nl.uu.cs.treewidth.algorithm
 

Methods in nl.uu.cs.treewidth.algorithm that return types with arguments of type NTDBag
 NGraph<NTDBag<D>> PermutationToTreeDecomposition.getDecomposition()
           
 NGraph<NTDBag<D>> Constructive.getDecomposition()
          Returns the found tree decomposition.
 NGraph<NTDBag<D>> PermutationGuesser.getDecomposition()
           
 

Uses of NTDBag in nl.uu.cs.treewidth.output
 

Method parameters in nl.uu.cs.treewidth.output with type arguments of type NTDBag
static
<D> java.lang.String
DotWriter.formatTD(NGraph<NTDBag<D>> g)
           
static void Output.presentTD(NGraph<NTDBag<GraphInput.InputData>> g, java.lang.String title)