Generated on Sat Feb 7 2015 02:01:38 for Gecode by doxygen 1.8.9.1
GraphColorSpec Class Reference

Graph specification More...

Public Member Functions

 GraphColorSpec (const int n_v0, const int *e0, const int *c0)
 

Public Attributes

const int n_v
 Number of nodes. More...
 
const int * e
 Edges. More...
 
const int * c
 Cliques. More...
 

Detailed Description

Graph specification

Definition at line 60 of file graph-color.cpp.

Constructor & Destructor Documentation

GraphColorSpec::GraphColorSpec ( const int  n_v0,
const int *  e0,
const int *  c0 
)
inline

Definition at line 65 of file graph-color.cpp.

Member Data Documentation

const int GraphColorSpec::n_v

Number of nodes.

Definition at line 62 of file graph-color.cpp.

const int* GraphColorSpec::e

Edges.

Definition at line 63 of file graph-color.cpp.

const int* GraphColorSpec::c

Cliques.

Definition at line 64 of file graph-color.cpp.


The documentation for this class was generated from the following file: