GraphColorSpec Class Reference
List of all members.Detailed Description
Graph specification.
Definition at line 37 of file graph-color.cc.
Public Attributes | |
| const int | n_v |
| Number of nodes. | |
| const int * | e |
| Edges. | |
| const int * | c |
| Cliques. | |
Member Data Documentation
| const int GraphColorSpec::n_v |
| const int* GraphColorSpec::e |
| const int* GraphColorSpec::c |
The documentation for this class was generated from the following file:
- examples/graph-color.cc (Revision: 2743)
