Infrastructure.remove_edge#

Infrastructure.remove_edge(u, v)[source]

Remove an edge and invalidate the path cache.

Parameters:
  • u (str) – The source node of the edge.

  • v (str) – The target node of the edge.