|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Test fixture with integer weights. More...
Protected Types | |
| using | Graph = List_Digraph< Graph_Node< int >, Graph_Arc< IntDistanceArc > > |
| using | Node = Graph::Node |
| using | Arc = Graph::Arc |
| using | Dist = IntDistanceArc::Distance_Type |
Protected Member Functions | |
| void | SetUp () override |
Protected Attributes | |
| Graph | g |
| vector< Node * > | nodes |
Test fixture with integer weights.
Definition at line 154 of file latex_floyd_test.cc.
|
protected |
Definition at line 159 of file latex_floyd_test.cc.
Definition at line 160 of file latex_floyd_test.cc.
|
protected |
Definition at line 157 of file latex_floyd_test.cc.
|
protected |
Definition at line 158 of file latex_floyd_test.cc.
|
inlineoverrideprotected |
Definition at line 165 of file latex_floyd_test.cc.
|
protected |
Definition at line 162 of file latex_floyd_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 163 of file latex_floyd_test.cc.
Referenced by SetUp().