|
Template Numerical Library version\ main:4e6e2c1
|
Type tag for undirected graphs. More...
#include <TNL/Graphs/GraphOrientation.h>
Additional Inherited Members | |
| Static Public Member Functions inherited from TNL::Graphs::GraphOrientation< false > | |
| static std::string | getSerializationType () |
| Returns a string representation of the graph type for serialization. | |
| static constexpr bool | isDirected () |
| Checks if the graph is directed. | |
Type tag for undirected graphs.
An undirected graph is a graph where edges have no direction. If there is an edge between vertices u and v, it can be traversed in both directions.