indigoX
|
Type for applying a numerical label to a vertex or edge. More...
#include <indigox/graph/base_graph.hpp>
Public Attributes | |
union { | |
int32_t component | |
Label used by the connected components algorithm. More... | |
uint64_t isomorphism | |
Label used for (sub-)graph isomorphism. More... | |
}; | |
Union to allow different label types in the same memory space. More... | |
Type for applying a numerical label to a vertex or edge.
union { ... } |
Union to allow different label types in the same memory space.
int32_t component |
Label used by the connected components algorithm.
uint64_t isomorphism |
Label used for (sub-)graph isomorphism.