nl.uu.cs.treewidth.algorithm
Class GreedyFillIn.GreedyData

java.lang.Object
  extended by nl.uu.cs.treewidth.algorithm.GreedyFillIn.GreedyData
Enclosing class:
GreedyFillIn<D extends GraphInput.InputData>

public class GreedyFillIn.GreedyData
extends java.lang.Object


Field Summary
 int edgesToAdd
           
 NVertex<D> original
           
 
Constructor Summary
GreedyFillIn.GreedyData(NVertex<D> from)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

original

public NVertex<D extends GraphInput.InputData> original

edgesToAdd

public int edgesToAdd
Constructor Detail

GreedyFillIn.GreedyData

public GreedyFillIn.GreedyData(NVertex<D> from)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object