Sequoia
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
GraphTraversalTestingUtilities.hpp File Reference
#include "Maths/Graph/GraphTestingUtilities.hpp"
#include "sequoia/Maths/Graph/DynamicGraphTraversals.hpp"

Go to the source code of this file.

Classes

struct  sequoia::testing::Traverser< maths::traversal_flavour::breadth_first >
 
struct  sequoia::testing::Traverser< maths::traversal_flavour::depth_first >
 
struct  sequoia::testing::Traverser< maths::traversal_flavour::pseudo_depth_first >
 
struct  sequoia::testing::Traverser< maths::traversal_flavour::priority >
 
class  sequoia::testing::node_tracker
 
class  sequoia::testing::edge_tracker< G, Flavour >
 
struct  sequoia::testing::value_tester< node_tracker >
 
struct  sequoia::testing::value_tester< edge_tracker< G, Flavour > >
 

Typedefs

using sequoia::testing::bfs_type = maths::breadth_first_search_type
 
using sequoia::testing::dfs_type = maths::depth_first_search_type
 
using sequoia::testing::pdfs_type = maths::pseudo_depth_first_search_type
 
using sequoia::testing::prs_type = maths::priority_first_search_type
 

Functions

std::string sequoia::testing::to_string (const maths::traversal_flavour f)