Gecode::Int::Bool::IteBnd< V0, V1, V2 > Class Template Reference
[Integer propagators]
If-then-else bounds-consistent propagator. More...
#include <bool.hh>
Public Member Functions | |
| virtual Actor * | copy (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] |
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] |
Member Function Documentation
template<class V0 , class V1 , class V2 >
| Actor * Gecode::Int::Bool::IteBnd< V0, V1, V2 >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class V0 , class V1 , class V2 >
| ExecStatus Gecode::Int::Bool::IteBnd< V0, V1, V2 >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
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] |
The documentation for this class was generated from the following files:
