Generated on Thu Mar 22 10:39:57 2012 for Gecode by doxygen 1.6.3

Gecode::Int::Extensional::Basic< View, shared > Class Template Reference
[Integer propagators]

Domain consistent extensional propagator. More...

#include <extensional.hh>

List of all members.

Public Member Functions

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

Static Public Member Functions

static ExecStatus post (Home home, ViewArray< View > &x, const TupleSet &t)
 Post propagator for views x.

Protected Member Functions

 Basic (Space &home, bool share, Basic< View, shared > &p)
 Constructor for cloning p.
 Basic (Home home, ViewArray< View > &x, const TupleSet &t)
 Constructor for posting.

Detailed Description

template<class View, bool shared>
class Gecode::Int::Extensional::Basic< View, shared >

Domain consistent extensional propagator.

This propagator implements a basic extensional propagation algorithm. It is based on GAC2001, and as such it does not fully take into account multidirectionality.

If shared is true, the same view can occur multiply.

Requires

Definition at line 295 of file extensional.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 71 of file basic.hpp.

template<class View , bool shared>
Gecode::Int::Extensional::Basic< View, shared >::Basic ( Home  home,
ViewArray< View > &  x,
const TupleSet t 
) [inline, protected]

Constructor for posting.

Definition at line 51 of file basic.hpp.


Member Function Documentation

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 92 of file basic.hpp.

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

Cost function.

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

Reimplemented from Gecode::Int::Extensional::Base< View >.

Definition at line 77 of file basic.hpp.

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 86 of file basic.hpp.

template<class View , bool shared>
ExecStatus Gecode::Int::Extensional::Basic< View, shared >::post ( Home  home,
ViewArray< View > &  x,
const TupleSet t 
) [inline, static]

Post propagator for views x.

Definition at line 58 of file basic.hpp.


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