Sequoia
|
Files | |
file | Connectivity.hpp [code] |
Implementation for a partitioned sequence of edges, which represents a graph's connectivity. | |
file | DynamicGraph.hpp [code] |
Edge & Node storage traits, base class and final classes for dynamic graphs. | |
file | DynamicGraphTraversalDetails.hpp [code] |
Meta-prorgamming utilities for traversals of dynamic graphs. | |
file | DynamicGraphTraversals.hpp [code] |
Headers for traversals of dynamic graphs. | |
file | DynamicTree.hpp [code] |
Restriction of Dynamic Graphs to Trees. | |
file | Edge.hpp [code] |
Various edge types for use by graphs. | |
file | EdgesAndNodesUtilities.hpp [code] |
Utilities for both edges and nodes. | |
file | Graph.hpp [code] |
Includes for dynamic, static and heterogeneous graphs. | |
file | GraphAlgorithms.hpp [code] |
A collection of graph algorithms that fall outside the specific groupings. | |
file | GraphDetails.hpp [code] |
Meta-programming elements for graph implementation. | |
file | GraphErrors.cpp |
Definitions for GraphError.hpp. | |
file | GraphErrors.hpp [code] |
Error messages for graphs. | |
file | GraphPrimitive.hpp [code] |
Underlying class for the various different graph flavour. | |
file | GraphTraits.hpp [code] |
Traits and Concepts for graphs. | |
file | GraphTraversalDetails.hpp [code] |
Meta-programming urilities and underlying function for graph traversals. | |
file | GraphTraversalFunctions.hpp [code] |
Breadth first, depth first and priority searches. | |
file | GraphTraversals.hpp [code] |
Headers for traversals of both static and dynamic graphs. | |
file | HeterogeneousNodeStorage.hpp [code] |
Node storage for graphs with heterogeneous node weights. | |
file | HeterogeneousStaticGraph.hpp [code] |
Classes for static graphs with heterogeneous node weights. | |
file | NodeStorage.hpp [code] |
Classes to allow homogeneous treatment of graphs with empty/non-empty node weights. | |
file | StaticGraph.hpp [code] |
Classes for static graphs with homogeneous node weights. | |
file | StaticGraphConfig.hpp [code] |
Edge configuration for static graphs. | |
file | StaticGraphDetails.hpp [code] |
Implementatoin details for static graphs. | |
file | StaticGraphTraversalDetails.hpp [code] |
Meta-programming utilities for traversals of static graphs. | |
file | StaticGraphTraversals.hpp [code] |
Headers for traversals of static graphs. | |
file | StaticNodeStorage.hpp [code] |
Classes for node storage that may be used in a constexpr context. | |