|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Test fixture with a simple weighted graph. More...
Protected Types | |
| using | Graph = List_Digraph< Graph_Node< int >, Graph_Arc< DistanceArc > > |
| using | Node = Graph::Node |
| using | Arc = Graph::Arc |
| using | Dist = DistanceArc::Distance_Type |
Protected Member Functions | |
| void | SetUp () override |
| long | get_index (Ady_Mat< Graph, Dist > &mat, Node *node) const |
Protected Attributes | |
| Graph | g |
| Node * | n0 |
| Node * | n1 |
| Node * | n2 |
| Node * | n3 |
Test fixture with a simple weighted graph.
Definition at line 103 of file latex_floyd_test.cc.
|
protected |
Definition at line 108 of file latex_floyd_test.cc.
Definition at line 109 of file latex_floyd_test.cc.
|
protected |
Definition at line 106 of file latex_floyd_test.cc.
|
protected |
Definition at line 107 of file latex_floyd_test.cc.
|
inlineprotected |
Definition at line 143 of file latex_floyd_test.cc.
References Aleph::Ady_Mat< GT, __Entry_Type, SA >::get_num_nodes().
|
inlineoverrideprotected |
|
protected |
Definition at line 111 of file latex_floyd_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 112 of file latex_floyd_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 113 of file latex_floyd_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 114 of file latex_floyd_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 115 of file latex_floyd_test.cc.
Referenced by SetUp().