larch.NestingTree.remove_edge#

NestingTree.remove_edge(u, v, *arg, **kwarg)[source]#

Remove the edge between u and v.

Parameters:
  • u (int) – Remove the edge between nodes u and v.

  • v (int) – Remove the edge between nodes u and v.

Raises:

NetworkXError – If there is not an edge between u and v.