Generated on Wed Nov 1 15:05:18 2006 for Gecode by doxygen 1.4.5

Gecode::Int::Linear::SupportIter< Val > Class Template Reference

Inherited by Gecode::Int::Linear::NegSupportIter< Val >, and Gecode::Int::Linear::PosSupportIter< Val >.

List of all members.


Detailed Description

template<class Val>
class Gecode::Int::Linear::SupportIter< Val >

Base-class for support-based iterator.

Definition at line 76 of file dom.icc.

Public Member Functions

void init (int a, const IntView &x, Val l, Val u)
 Initialize view.
void support (void)
 Record value at current position as supported.
ModEvent tell (Space *home)
 Tell back new variable domain according to support found.
void dispose (void)
 Finalize memory for support set.

Protected Attributes

int a
 Integer coefficient for view.
IntView x
 Integer view.
SupportSet s
 Set of support for values in x.
int c
 Current value.
unsigned int p
 Position of current value.
Val l
 Lower bound information for value.
Val u
 Upper bound information for value.


Member Function Documentation

template<class Val>
void Gecode::Int::Linear::SupportIter< Val >::init int  a,
const IntView x,
Val  l,
Val  u
[inline]
 

Initialize view.

Definition at line 228 of file dom.icc.

template<class Val>
void Gecode::Int::Linear::SupportIter< Val >::support void   )  [inline]
 

Record value at current position as supported.

Definition at line 234 of file dom.icc.

template<class Val>
ModEvent Gecode::Int::Linear::SupportIter< Val >::tell Space home  )  [inline]
 

Tell back new variable domain according to support found.

Definition at line 239 of file dom.icc.

template<class Val>
void Gecode::Int::Linear::SupportIter< Val >::dispose void   )  [inline]
 

Finalize memory for support set.

Definition at line 244 of file dom.icc.


Member Data Documentation

template<class Val>
int Gecode::Int::Linear::SupportIter< Val >::a [protected]
 

Integer coefficient for view.

Definition at line 79 of file dom.icc.

template<class Val>
IntView Gecode::Int::Linear::SupportIter< Val >::x [protected]
 

Integer view.

Definition at line 81 of file dom.icc.

template<class Val>
SupportSet Gecode::Int::Linear::SupportIter< Val >::s [protected]
 

Set of support for values in x.

Definition at line 83 of file dom.icc.

template<class Val>
int Gecode::Int::Linear::SupportIter< Val >::c [protected]
 

Current value.

Definition at line 85 of file dom.icc.

template<class Val>
unsigned int Gecode::Int::Linear::SupportIter< Val >::p [protected]
 

Position of current value.

Definition at line 87 of file dom.icc.

template<class Val>
Val Gecode::Int::Linear::SupportIter< Val >::l [protected]
 

Lower bound information for value.

Definition at line 89 of file dom.icc.

template<class Val>
Val Gecode::Int::Linear::SupportIter< Val >::u [protected]
 

Upper bound information for value.

Definition at line 91 of file dom.icc.


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