Template Numerical Library version\ main:4e6e2c1
Loading...
Searching...
No Matches
TNL::Graphs::DirectedGraph Struct Reference

Type tag for directed graphs. More...

#include <TNL/Graphs/GraphOrientation.h>

Inheritance diagram for TNL::Graphs::DirectedGraph:
[legend]
Collaboration diagram for TNL::Graphs::DirectedGraph:
[legend]

Additional Inherited Members

Static Public Member Functions inherited from TNL::Graphs::GraphOrientation< true >
static std::string getSerializationType ()
 Returns a string representation of the graph type for serialization.
static constexpr bool isDirected ()
 Checks if the graph is directed.

Detailed Description

Type tag for directed graphs.

A directed graph (digraph) is a graph where edges have a direction. An edge from vertex u to vertex v can only be traversed from u to v, not from v to u (unless there is a separate edge in the opposite direction).

See also
UndirectedGraph, GraphOrientation

The documentation for this struct was generated from the following file: