Generated on Fri Mar 20 15:56:58 2015 for Gecode by doxygen 1.6.3

Gecode::Int::Bool::IteDom< View > Class Template Reference
[Integer propagators]

If-then-else domain-consistent propagator. More...

#include <bool.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 (defined as high ternary).
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, BoolView b, View x0, View x1, View x2)
 Post if-then-else propagator.

Protected Member Functions

 IteDom (Space &home, bool share, IteDom &p)
 Constructor for cloning p.
 IteDom (Home home, BoolView b, View x0, View x1, View x2)
 Constructor for creation.

Detailed Description

template<class View>
class Gecode::Int::Bool::IteDom< View >

If-then-else domain-consistent propagator.

Requires

 #include <gecode/int/bool.hh> 

Definition at line 626 of file bool.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 160 of file ite.hpp.

template<class View >
Gecode::Int::Bool::IteDom< View >::IteDom ( Home  home,
BoolView  b,
View  x0,
View  x1,
View  x2 
) [inline, protected]

Constructor for creation.

Definition at line 155 of file ite.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 165 of file ite.hpp.

template<class View >
PropCost Gecode::Int::Bool::IteDom< View >::cost ( const Space home,
const ModEventDelta med 
) const [inline, virtual]

Cost function (defined as high ternary).

Reimplemented from Gecode::Int::Bool::IteBase< View, PC_INT_DOM >.

Definition at line 184 of file ite.hpp.

template<class View >
ExecStatus Gecode::Int::Bool::IteDom< View >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 193 of file ite.hpp.

template<class View >
ExecStatus Gecode::Int::Bool::IteDom< View >::post ( Home  home,
BoolView  b,
View  x0,
View  x1,
View  x2 
) [inline, static]

Post if-then-else propagator.

Definition at line 171 of file ite.hpp.


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