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

Gecode::Int::Channel::Dom< View, shared > Class Template Reference
[Integer propagators]

#include <channel.hh>

Inherits Gecode::Int::Channel::Base< Gecode::Int::Channel::DomInfo< View >, PC_INT_DOM >.

List of all members.


Detailed Description

template<class View, bool shared>
class Gecode::Int::Channel::Dom< View, shared >

Domain consistent channel propagator.

If shared is true, the same views can be contained in both x and y.

Requires

Definition at line 141 of file channel.hh.


Public Member Functions

virtual Actorcopy (Space *home, bool share)
 Copy propagator during cloning.
virtual PropCost cost (ModEventDelta med) const
 Propagation cost.
virtual ExecStatus propagate (Space *home, ModEventDelta med)
 Perform propagation.
virtual Reflection::ActorSpec spec (const Space *home, Reflection::VarMap &m) const
 Specification for this propagator.

Static Public Member Functions

static ExecStatus post (Space *home, int n, DomInfo< View > *xy)
 Post propagator for channeling on xy.
static void post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec)
 Post according to specification.
static Support::Symbol ati (void)
 Name of this propagator.

Protected Member Functions

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

Protected Attributes

Distinct::DomCtrl< View > dc
 Propagation controller for propagating distinct.

Constructor & Destructor Documentation

template<class View, bool shared>
Gecode::Int::Channel::Dom< View, shared >::Dom ( Space home,
bool  share,
Dom< View, shared > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 183 of file dom.icc.

template<class View, bool shared>
Gecode::Int::Channel::Dom< View, shared >::Dom ( Space home,
int  n,
DomInfo< View > *  xy 
) [inline, protected]

Constructor for posting.

Definition at line 178 of file dom.icc.


Member Function Documentation

template<class View, bool shared>
Actor * Gecode::Int::Channel::Dom< View, shared >::copy ( Space home,
bool  share 
) [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 188 of file dom.icc.

template<class View, bool shared>
PropCost Gecode::Int::Channel::Dom< View, shared >::cost ( ModEventDelta  med  )  const [inline, virtual]

Propagation cost.

Reimplemented from Gecode::Int::Channel::Base< Info, pc >.

Definition at line 194 of file dom.icc.

template<class View, bool shared>
ExecStatus Gecode::Int::Channel::Dom< View, shared >::propagate ( Space home,
ModEventDelta  med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 225 of file dom.icc.

template<class View, bool shared>
ExecStatus Gecode::Int::Channel::Dom< View, shared >::post ( Space home,
int  n,
DomInfo< View > *  xy 
) [inline, static]

Post propagator for channeling on xy.

Definition at line 330 of file dom.icc.

template<class View, bool shared>
Reflection::ActorSpec Gecode::Int::Channel::Dom< View, shared >::spec ( const Space home,
Reflection::VarMap m 
) const [inline, virtual]

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 206 of file dom.icc.

template<class View, bool shared>
void Gecode::Int::Channel::Dom< View, shared >::post ( Space home,
Reflection::VarMap vars,
const Reflection::ActorSpec spec 
) [inline, static]

Post according to specification.

Definition at line 212 of file dom.icc.

template<class View, bool shared>
Support::Symbol Gecode::Int::Channel::Dom< View, shared >::ati ( void   )  [inline, static]

Name of this propagator.

Definition at line 200 of file dom.icc.


Member Data Documentation

template<class View, bool shared>
Distinct::DomCtrl<View> Gecode::Int::Channel::Dom< View, shared >::dc [protected]

Propagation controller for propagating distinct.

Definition at line 147 of file channel.hh.


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