Generated on Fri May 13 2011 22:41:30 for Gecode by doxygen 1.7.1

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

Domain consistent channel propagator. More...

#include <channel.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 Copy propagator during cloning.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

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

Protected Member Functions

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

Protected Attributes

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

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 129 of file channel.hh.


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 178 of file dom.hpp.

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

Constructor for posting.

Definition at line 173 of file dom.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 183 of file dom.hpp.

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

Cost function.

If in stage for naive value propagation, the cost is low quadratic. Otherwise it is high quadratic.

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

Definition at line 189 of file dom.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 198 of file dom.hpp.

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

Post propagator for channeling on xy.

Definition at line 304 of file dom.hpp.


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 135 of file channel.hh.


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