|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result type: path and its classification. More...
#include <eulerian.H>
Public Attributes | |
| DynList< typename GT::Arc * > | path |
| The Eulerian path/cycle as arc list. | |
| Eulerian_Type | type |
| Classification (Cycle, Path, or None) | |
Result type: path and its classification.
Definition at line 763 of file eulerian.H.
The Eulerian path/cycle as arc list.
Definition at line 765 of file eulerian.H.
Referenced by Aleph::Find_Eulerian_Path< GT, SN, SA >::find_node_sequence(), and Aleph::Find_Eulerian_Path< GT, SN, SA >::operator()().
| Eulerian_Type Aleph::Find_Eulerian_Path< GT, SN, SA >::Result::type |
Classification (Cycle, Path, or None)
Definition at line 766 of file eulerian.H.
Referenced by Aleph::Find_Eulerian_Path< GT, SN, SA >::find_node_sequence(), and Aleph::Find_Eulerian_Path< GT, SN, SA >::operator()().