Generated on Mon Aug 25 11:35:51 2008 for Gecode by doxygen 1.5.6

Gecode::Int::Extensional::LayeredGraph< View >::Index Class Reference

#include <extensional.hh>

Inherits Gecode::Advisor.

List of all members.


Detailed Description

template<class View>
class Gecode::Int::Extensional::LayeredGraph< View >::Index

Advisors for views (by position in array).

Definition at line 75 of file extensional.hh.


Public Member Functions

 Index (Space *home, Propagator *p, Council< Index > &c, int i)
 Create index advisor.
 Index (Space *home, bool share, Index &a)
 Clone index advisor a.
void dispose (Space *home, Council< Index > &c)
 Dispose advisor.

Public Attributes

int i
 The position of the view in the view array.

Constructor & Destructor Documentation

template<class View>
Gecode::Int::Extensional::LayeredGraph< View >::Index::Index ( Space home,
Propagator p,
Council< Index > &  c,
int  i 
) [inline]

Create index advisor.

Definition at line 145 of file layered-graph.icc.

template<class View>
Gecode::Int::Extensional::LayeredGraph< View >::Index::Index ( Space home,
bool  share,
Index a 
) [inline]

Clone index advisor a.

Definition at line 151 of file layered-graph.icc.


Member Function Documentation

template<class View>
void Gecode::Int::Extensional::LayeredGraph< View >::Index::dispose ( Space home,
Council< Index > &  c 
) [inline]

Dispose advisor.

Definition at line 156 of file layered-graph.icc.


Member Data Documentation

template<class View>
int Gecode::Int::Extensional::LayeredGraph< View >::Index::i

The position of the view in the view array.

Definition at line 78 of file extensional.hh.


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