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

Protected Attributes

TestGraph g
 
Bit_Mat_Graph< TestGraphmat
 
Warshall_Compute_Transitive_Clausure< TestGraphwarshall
 

Detailed Description

Definition at line 48 of file warshall_test.cc.

Member Data Documentation

◆ g

TestGraph WarshallTest::g
protected

Definition at line 51 of file warshall_test.cc.

◆ mat

Bit_Mat_Graph<TestGraph> WarshallTest::mat
protected

Definition at line 52 of file warshall_test.cc.

◆ warshall

Warshall_Compute_Transitive_Clausure<TestGraph> WarshallTest::warshall
protected

Definition at line 53 of file warshall_test.cc.


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