Generated on Wed Jan 4 17:49:16 2006 for Gecode by doxygen 1.4.6

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
 

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: