nl.uu.cs.treewidth.algorithm
Class CliqueFinder<D extends GraphInput.InputData>

java.lang.Object
  extended by nl.uu.cs.treewidth.algorithm.CliqueFinder<D>

public class CliqueFinder<D extends GraphInput.InputData>
extends java.lang.Object


Constructor Summary
CliqueFinder()
           
 
Method Summary
 java.util.HashSet<NVertex<D>> maxClique(NGraph<D> g)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CliqueFinder

public CliqueFinder()
Method Detail

maxClique

public java.util.HashSet<NVertex<D>> maxClique(NGraph<D> g)