paralegal_spdg

Module traverse

Source
Expand description

Utilities for traversing an SPDG

Enums§

  • Which type of edges should be considered for a given traversal

Functions§

  • bfs_iter 🔒
    The current policy for this iterator is that it does not return the start nodes uness there is a cycle and a node is reachable that way.
  • A primitive that queries whether we can reach from one set of nodes to another
  • Base function for implementing influencees
  • Base function for implementing influencers