Camargue
Public Member Functions | Public Attributes | List of all members
CMR::Graph::Node Struct Reference

A vertex in a Graph::AdjList graph. More...

#include <graph.hpp>

Public Member Functions

int degree () const
 

Public Attributes

std::vector< AdjObjneighbors
 The nodes adjacent to this Node.
 
int mark
 A value to be used by pricing/delta routines.
 

Detailed Description

A vertex in a Graph::AdjList graph.

For a node $ x $, this effectively stores $ \delta(x) $.


The documentation for this struct was generated from the following file: