
Graph specification More...
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) | |
Graph specification
Definition at line 51 of file ind-set.cpp.
| Graph::Graph | ( | const int | n_v0, |
| const int | n_e0, | ||
| const int * | e0 | ||
| ) | [inline] |
Definition at line 56 of file ind-set.cpp.
| const int Graph::n_v |
Number of vertices.
Definition at line 53 of file ind-set.cpp.
| const int Graph::n_e |
Number of edges.
Definition at line 54 of file ind-set.cpp.
| const int* Graph::e |
Arrays of edges (as vertex pairs)
Definition at line 55 of file ind-set.cpp.