Generated on Thu Apr 11 13:59:58 2019 for Gecode by doxygen 1.6.3

Gecode::Int::Bool::IteBnd< V0, V1, V2 > Class Template Reference
[Integer propagators]

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

#include <bool.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

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

Protected Member Functions

 IteBnd (Space &home, IteBnd &p)
 Constructor for cloning p.
 IteBnd (Home home, BoolView b, V0 x0, V1 x1, V2 x2)
 Constructor for creation.

Detailed Description

template<class V0, class V1, class V2>
class Gecode::Int::Bool::IteBnd< V0, V1, V2 >

If-then-else bounds-consistent propagator.

Requires

 #include <gecode/int/bool.hh> 

Definition at line 606 of file bool.hh.


Constructor & Destructor Documentation

template<class V0 , class V1 , class V2 >
Gecode::Int::Bool::IteBnd< V0, V1, V2 >::IteBnd ( Space home,
IteBnd< V0, V1, V2 > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 95 of file ite.hpp.

template<class V0 , class V1 , class V2 >
Gecode::Int::Bool::IteBnd< V0, V1, V2 >::IteBnd ( Home  home,
BoolView  b,
V0  x0,
V1  x1,
V2  x2 
) [inline, protected]

Constructor for creation.

Definition at line 90 of file ite.hpp.


Member Function Documentation

template<class V0 , class V1 , class V2 >
Actor * Gecode::Int::Bool::IteBnd< V0, V1, V2 >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 100 of file ite.hpp.

template<class V0 , class V1 , class V2 >
ExecStatus Gecode::Int::Bool::IteBnd< V0, V1, V2 >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 119 of file ite.hpp.

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

Post if-then-else propagator.

Definition at line 106 of file ite.hpp.


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