Exemplo n.º 1
0
 public EulerTourNode(EulerTourVertex vertex, IAugmentation augmentationFunc)
 {
     this.vertex           = vertex;
     this.augmentationFunc = augmentationFunc;
 }
Exemplo n.º 2
0
 public NaiveConnGraph(IAugmentation augmentation)
 {
     _augmentation = augmentation;
 }