Sequoia
Loading...
Searching...
No Matches
Classes | Concepts
DynamicGraph.hpp File Reference

Edge & Node storage traits, base class and final classes for dynamic graphs. More...

#include "sequoia/Core/DataStructures/PartitionedData.hpp"
#include "sequoia/Maths/Graph/GraphPrimitive.hpp"
#include "sequoia/Maths/Graph/NodeStorage.hpp"

Go to the source code of this file.

Classes

struct  sequoia::maths::contiguous_edge_storage_config
 
struct  sequoia::maths::bucketed_edge_storage_config
 
class  sequoia::maths::graph_base< GraphFlavour, EdgeWeight, NodeWeight, EdgeMetaData, EdgeStorageConfig, NodeWeightStorage >
 
class  sequoia::maths::graph_base< GraphFlavour, EdgeWeight, NodeWeight, EdgeMetaData, EdgeStorageConfig, NodeWeightStorage >
 
class  sequoia::maths::directed_graph< EdgeWeight, NodeWeight, EdgeStorageConfig, NodeWeightStorage >
 
class  sequoia::maths::undirected_graph< EdgeWeight, NodeWeight, EdgeMetaData, EdgeStorageConfig, NodeWeightStorage >
 
class  sequoia::maths::undirected_graph< EdgeWeight, NodeWeight, EdgeMetaData, EdgeStorageConfig, NodeWeightStorage >
 
class  sequoia::maths::embedded_graph< EdgeWeight, NodeWeight, EdgeMetaData, EdgeStorageConfig, NodeWeightStorage >
 

Concepts

concept  sequoia::maths::allocatable_partitions
 

Detailed Description

Edge & Node storage traits, base class and final classes for dynamic graphs.