Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
graph_search.h File Reference
#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"
Include dependency graph for graph_search.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ ELE_PRE_TRACED

#define ELE_PRE_TRACED

Definition at line 9 of file graph_search.h.