|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <aleph-graph.H>Go to the source code of this file.
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Variables | |
| const unsigned char | Aleph::Unprocessed = 0 |
| The node have not bees processed. | |
| const unsigned char | Aleph::Processing = 1 |
| The node are being processed; probably it is inside a queue, stack or heap. | |
| const unsigned char | Aleph::Processed = 2 |
| The node or arc has already been processed. | |