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

Gecode::Int::Channel::ValInfo< View > Class Template Reference

List of all members.


Detailed Description

template<class View>
class Gecode::Int::Channel::ValInfo< View >

Combine view with information for value propagation.

Definition at line 49 of file val.icc.


Public Member Functions

void init (View x, int n)
 Initialize.
void update (Space *home, bool share, ValInfo< View > &vi)
 Update during cloning.
bool doval (void) const
 Check whether propagation for assignment is to be done.
bool dodom (void) const
 Check whether propagation for domain is to be done.
void assigned (void)
 Record that view got assigned.
void removed (int i)
 Record that one value got removed.
void done (void)
 Update the cardinality and bounds information after pruning.

Static Public Member Functions

static ValInfo< View > * allocate (Space *home, int n)
 Allocate memory from space home for n elements.

Public Attributes

View view
 The view.
bool a
 Whether it has been propagated that view is assigned.

Member Function Documentation

template<class View>
ValInfo< View > * Gecode::Int::Channel::ValInfo< View >::allocate ( Space home,
int  n 
) [inline, static]

Allocate memory from space home for n elements.

Definition at line 75 of file val.icc.

template<class View>
void Gecode::Int::Channel::ValInfo< View >::init ( View  x,
int  n 
) [inline]

Initialize.

Definition at line 82 of file val.icc.

template<class View>
void Gecode::Int::Channel::ValInfo< View >::update ( Space home,
bool  share,
ValInfo< View > &  vi 
) [inline]

Update during cloning.

Definition at line 88 of file val.icc.

template<class View>
bool Gecode::Int::Channel::ValInfo< View >::doval ( void   )  const [inline]

Check whether propagation for assignment is to be done.

Definition at line 94 of file val.icc.

template<class View>
bool Gecode::Int::Channel::ValInfo< View >::dodom ( void   )  const [inline]

Check whether propagation for domain is to be done.

Definition at line 100 of file val.icc.

template<class View>
void Gecode::Int::Channel::ValInfo< View >::assigned ( void   )  [inline]

Record that view got assigned.

Definition at line 106 of file val.icc.

template<class View>
void Gecode::Int::Channel::ValInfo< View >::removed ( int  i  )  [inline]

Record that one value got removed.

Definition at line 112 of file val.icc.

template<class View>
void Gecode::Int::Channel::ValInfo< View >::done ( void   )  [inline]

Update the cardinality and bounds information after pruning.

Definition at line 116 of file val.icc.


Member Data Documentation

template<class View>
View Gecode::Int::Channel::ValInfo< View >::view

The view.

Definition at line 52 of file val.icc.

template<class View>
bool Gecode::Int::Channel::ValInfo< View >::a

Whether it has been propagated that view is assigned.

Definition at line 54 of file val.icc.


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