Generated on Wed Nov 1 15:04:51 2006 for Gecode by doxygen 1.4.5

Graph Class Reference

List of all members.

Detailed Description

Graph specification.

Definition at line 32 of file ind-set.cc.

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).


Constructor & Destructor Documentation

Graph::Graph const int  n_v0,
const int  n_e0,
const int *  e0
[inline]
 

Definition at line 37 of file ind-set.cc.


Member Data Documentation

const int Graph::n_v
 

Number of vertices.

Definition at line 34 of file ind-set.cc.

const int Graph::n_e
 

Number of edges.

Definition at line 35 of file ind-set.cc.

const int* Graph::e
 

Arrays of edges (as vertex pairs).

Definition at line 36 of file ind-set.cc.


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