graph_process_manager_core 0.3.1

Utilities to explore parts of a tree-like or graph-like structure that is not known in advance
Documentation
1
2
3
4
5
6
7
8
9
# Utilities to explore parts of a tree-like or graph-like structure that is not known in advance

Traversal heuristics and various utilities to explore a tree-like or graph-like structure
from a given starting node
without prior knowledge of any other node or transition.
Target nodes are determined from a given origin node via the application of some unspecified steps.

Code initially made for another project of mine:
[hibou](https://github.com/erwanM974/hibou_label).