![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
#include "elementa/license.inc"#include "elementa/checks.inc"#include <string>#include <algorithm>#include "elementa/base/debugging.h"#include "elementa/base/exceptions.h"#include "elementa/adts/graphs/graphs.h"#include "elementa/adts/graphs/graph_paths.h"

Go to the source code of this file.
Classes | |
| class | elementa::adts::graphs::AllPathsVertices< Vertex, Edge, KIND > |
| A class that search for all paths connecting a given pair of vertices. More... | |
| class | elementa::adts::graphs::FloydWarshall< Vertex, Edge, Weight > |
| Floyd-Warshall data and algorithm to find all shortest paths in a graph. More... | |
| #define ELE_PRE_TRACED |
Definition at line 9 of file graph_search.h.