Generated on Sat Aug 25 2012 15:53:08 for Gecode by doxygen 1.7.5
Graph Class Reference

Graph specification More...

List of all members.

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)

Detailed Description

Graph specification


Constructor & Destructor Documentation

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

Definition at line 56 of file ind-set.cpp.


Member Data Documentation

const int Graph::n_v

Number of vertices.

Definition at line 53 of file ind-set.cpp.

const int Graph::n_e

Number of edges.

Definition at line 54 of file ind-set.cpp.

const int* Graph::e

Arrays of edges (as vertex pairs)

Definition at line 55 of file ind-set.cpp.


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