Expand description
Graph validation and integrity checking.
Provides functions to validate graph structure and detect issues such as orphan nodes, self-loops, duplicate edges, prerequisite cycles, and invalid canonical references.
Structs§
- Validation
Issue - A validation issue found in the graph.
- Validation
Result - Result of graph validation.
Functions§
- is_
valid - Quick check if graph has any validation errors.
- validate_
graph - Validate a graph for common issues.