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

Gecode::Int::Channel::Val< View > Class Template Reference
[Integer propagators]

#include <channel.hh>

Inherits Gecode::Int::Channel::Base< ValInfo< View >, PC_INT_VAL >.

List of all members.


Detailed Description

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

Naive channel propagator.

Only propagates if views become assigned.

Requires

Definition at line 75 of file channel.hh.

Public Member Functions

virtual Actorcopy (Space *home, bool share)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space *home)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Space *home, int n, ValInfo< View > *xy)
 Post propagator for channeling on xy.

Protected Member Functions

 Val (Space *home, bool share, Val &p)
 Constructor for cloning p.
 Val (Space *home, int n, ValInfo< View > *xy)
 Constructor for posting.


Constructor & Destructor Documentation

template<class View>
Gecode::Int::Channel::Val< View >::Val Space home,
bool  share,
Val< View > &  p
[protected]
 

Constructor for cloning p.

template<class View>
Gecode::Int::Channel::Val< View >::Val Space home,
int  n,
ValInfo< View > *  xy
[inline, protected]
 

Constructor for posting.

Definition at line 175 of file val.icc.


Member Function Documentation

template<class View>
Actor * Gecode::Int::Channel::Val< View >::copy Space home,
bool  share
[virtual]
 

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 185 of file val.icc.

template<class View>
ExecStatus Gecode::Int::Channel::Val< View >::propagate Space home  )  [virtual]
 

Perform propagation.

Implements Gecode::Propagator.

Definition at line 191 of file val.icc.

template<class View>
ExecStatus Gecode::Int::Channel::Val< View >::post Space home,
int  n,
ValInfo< View > *  xy
[static]
 

Post propagator for channeling on xy.

Definition at line 221 of file val.icc.


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