Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
FindPathTest Class Reference
Inheritance diagram for FindPathTest:
[legend]
Collaboration diagram for FindPathTest:
[legend]

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
std::vector< Node * > create_linear_graph (size_t n)
 
std::vector< Node * > create_complete_graph (size_t n)
 

Protected Attributes

GT g
 

Detailed Description

Definition at line 24 of file find_path_test.cc.

Member Function Documentation

◆ create_complete_graph()

std::vector< Node * > FindPathTest::create_complete_graph ( size_t  n)
inlineprotected

◆ create_linear_graph()

std::vector< Node * > FindPathTest::create_linear_graph ( size_t  n)
inlineprotected

◆ SetUp()

void FindPathTest::SetUp ( )
inlineoverrideprotected

Definition at line 29 of file find_path_test.cc.

References g.

◆ TearDown()

void FindPathTest::TearDown ( )
inlineoverrideprotected

Definition at line 34 of file find_path_test.cc.

Member Data Documentation

◆ g

GT FindPathTest::g
protected

Definition at line 27 of file find_path_test.cc.

Referenced by create_complete_graph(), create_linear_graph(), and SetUp().


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