Пример #1
0
 /// <summary>
 /// Removes a <see cref="DirectedEdge"/> incident on this node. Does not change the state of the directed edge.
 /// </summary>
 public void Remove(DirectedEdge de)
 {
     deStar.Remove(de);
 }