nl.uu.cs.treewidth.algorithm
Interface Permutation<D extends GraphInput.InputData>

All Superinterfaces:
Algorithm<D>
All Known Implementing Classes:
AllStartLexBFS, AllStartMaximumCardinalitySearch, AllStartMaximumCardinalitySearchMinimal, GreedyDegree, GreedyFillIn, LexBFS, MaximumCardinalitySearch, MaximumCardinalitySearchMinimal, QuickBB

public interface Permutation<D extends GraphInput.InputData>
extends Algorithm<D>


Method Summary
 NVertexOrder<D> getPermutation()
           
 
Methods inherited from interface nl.uu.cs.treewidth.algorithm.Algorithm
getName, run, setInput
 

Method Detail

getPermutation

NVertexOrder<D> getPermutation()
Returns:
The computed permutation of the vertices.