Generated on Thu Apr 11 13:59:39 2019 for Gecode by doxygen 1.6.3

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

Definition at line 47 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 52 of file ind-set.cpp.


Member Data Documentation

const int Graph::n_v

Number of vertices.

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

const int Graph::n_e

Number of edges.

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

const int* Graph::e

Arrays of edges (as vertex pairs).

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


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