|
| | attributes.hpp |
| | Attribute-bearing edge insertion helpers and attribute-oriented graph method definitions.
|
| |
| | centrality.hpp |
| | Centrality algorithms and compatibility aliases for the graph wrapper.
|
| |
| | components.hpp |
| | Connected-component and strong-component helpers plus compatibility aliases.
|
| |
| | flow.hpp |
| | Flow, cut, and min-cost-flow result types, wrappers, and aliases.
|
| |
| | generators.hpp |
| | Graph-construction helpers such as complete, path, and Erdos-Renyi graphs.
|
| |
| | graph.hpp |
| | Core graph wrapper, proxy surface, and public alias presets.
|
| |
| | multigraph.hpp |
| | Precise edge_id-based multigraph operations and edge-aware attribute access.
|
| |
| | numeric.hpp |
| | Shared numeric conversion helpers for attribute-backed APIs.
|
| |
| | sat.hpp |
| | 2-SAT helper utilities built on top of the graph wrapper.
|
| |
| | shortest_paths.hpp |
| | Shortest-path result types, wrappers, and deprecated compatibility aliases.
|
| |
| | spanning_tree.hpp |
| | Minimum-spanning-tree helpers, topological sort, and related aliases.
|
| |
| | storage.hpp |
| | Public storage selector aliases for advanced graph configuration.
|
| |
| | topological_sort.hpp |
| | Thin topological-sort compatibility aliases for the graph wrapper.
|
| |
| | traversal.hpp |
| | Breadth-first and depth-first traversal helpers, visitors, and aliases.
|
| |