|
Camargue
|
A vertex in a Graph::AdjList graph. More...
#include <graph.hpp>
Public Member Functions | |
| int | degree () const |
Public Attributes | |
| std::vector< AdjObj > | neighbors |
| The nodes adjacent to this Node. | |
| int | mark |
| A value to be used by pricing/delta routines. | |
A vertex in a Graph::AdjList graph.
For a node
, this effectively stores
.
1.8.11