Expand description
Plugin system for Graphos.
This module provides the plugin infrastructure and bridges to external libraries.
§Modules
algorithms- Graph algorithms (BFS, DFS, components, centrality, etc.)
Modules§
- algorithms
- Graph algorithms for Graphos.
Structs§
- Algorithm
Result - Result of an algorithm execution.
- Parameter
Def - Definition of an algorithm parameter.
- Parameters
- Parameters passed to an algorithm.
- Plugin
Registry - Registry for managing plugins and algorithms.
Enums§
- Parameter
Type - Types of algorithm parameters.