GraphColorSpec Class Reference
List of all members.Detailed Description
Graph specification.
Definition at line 37 of file graph-color.cc.
Public Member Functions | |
| GraphColorSpec (const int n_v0, const int *e0, const int *c0) | |
Public Attributes | |
| const int | n_v |
| Number of nodes. | |
| const int * | e |
| Edges. | |
| const int * | c |
| Cliques. | |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Definition at line 42 of file graph-color.cc. |
Member Data Documentation
|
|
Number of nodes.
Definition at line 39 of file graph-color.cc. |
|
|
Edges.
Definition at line 40 of file graph-color.cc. |
|
|
Cliques.
Definition at line 41 of file graph-color.cc. |
The documentation for this class was generated from the following file:
- examples/graph-color.cc (Revision: 3517)
