Visible to Intel only — GUID: GUID-48F4FF2F-85B3-4336-BB23-EC8E568D6FAA
Visible to Intel only — GUID: GUID-48F4FF2F-85B3-4336-BB23-EC8E568D6FAA
Graphs
This section describes the types and functions related to the graph concept.
Type |
Description |
---|---|
An implementation of the undirected graph concept. |
|
An implementation of the directed graph concept. |
|
A standartized way to access various properties of the graph. |
Requirements on graph types
Each implementation of graph concept:
Follows the definition of the graph concept and its restrictions (for example, immutability)
Defines graph_traits data type.
Graph types
Graph type |
Description |
---|---|
A sparse undirectedweighted or unweighted graph that contains graph in CSR data format. |
|
A sparse directedweighted or unweighted graph that contains graph in CSR data format. |