Graph Class Reference
Detailed Description
Graph specification.Definition at line 48 of file ind-set.cc.
Public Member Functions | |
Graph (const int n_v0, const int n_e0, const int *e0) | |
Public Attributes | |
const int | n_v |
Number of vertices. | |
const int | n_e |
Number of edges. | |
const int * | e |
Arrays of edges (as vertex pairs). |
Constructor & Destructor Documentation
Graph::Graph | ( | const int | n_v0, | |
const int | n_e0, | |||
const int * | e0 | |||
) | [inline] |
Definition at line 53 of file ind-set.cc.
Member Data Documentation
const int Graph::n_v |
const int Graph::n_e |
const int* Graph::e |
The documentation for this class was generated from the following file:
- examples/ind-set.cc (Revision: 5524)