Gecode::Set::Precede::Single< View >::Index Class Reference
Advisors for views (by position in array) More...
#include <precede.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. | |
Public Attributes | |
int | i |
The position of the view in the view array. |
Detailed Description
template<class View>
class Gecode::Set::Precede::Single< View >::Index
Advisors for views (by position in array)
Definition at line 71 of file precede.hh.
Constructor & Destructor Documentation
template<class View >
Gecode::Set::Precede::Single< View >::Index::Index | ( | Space & | home, | |
Propagator & | p, | |||
Council< Index > & | c, | |||
int | i | |||
) | [inline] |
Create index advisor.
Definition at line 48 of file single.hpp.
template<class View >
Gecode::Set::Precede::Single< View >::Index::Index | ( | Space & | home, | |
bool | share, | |||
Index & | a | |||
) | [inline] |
Clone index advisor a.
Definition at line 54 of file single.hpp.
Member Data Documentation
template<class View>
int Gecode::Set::Precede::Single< View >::Index::i |
The position of the view in the view array.
Definition at line 74 of file precede.hh.
The documentation for this class was generated from the following files:
- gecode/set/precede.hh (Revision: 12172)
- gecode/set/precede/single.hpp (Revision: 12172)