Graph Class Reference
List of all members.Detailed Description
Graph specification.
Definition at line 32 of file ind-set.cc.
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). |
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: 3188)