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

Graph specification More...

Public Member Functions

 Graph (const int n_v0, const int n_e0, const int *e0)
 

Public Attributes

const int n_v
 Number of vertices. More...
 
const int n_e
 Number of edges. More...
 
const int * e
 Arrays of edges (as vertex pairs) More...
 

Detailed Description

Graph specification

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

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: