Gecode::Int::Bool::NaryOr< VX, VY > Class Template Reference
[Integer propagators]
Boolean n-ary disjunction propagator. More...
#include <bool.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home) |
| Copy propagator during cloning. | |
| virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
| Give advice to propagator. | |
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function (defined as low unary). | |
| virtual void | reschedule (Space &home) |
| Schedule function. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
| virtual size_t | dispose (Space &home) |
| Delete propagator and return its size. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, ViewArray< VX > &x, VY y) |
Post propagator . | |
Protected Member Functions | |
| NaryOr (Home home, ViewArray< VX > &x, VY y) | |
| Constructor for posting. | |
| NaryOr (Space &home, NaryOr< VX, VY > &p) | |
| Constructor for cloning p. | |
Protected Attributes | |
| int | n_zero |
| The number of views assigned to zero in x. | |
| Council< Advisor > | c |
| The advisor council. | |
Detailed Description
template<class VX, class VY>
class Gecode::Int::Bool::NaryOr< VX, VY >
Boolean n-ary disjunction propagator.
Requires
#include <gecode/int/bool.hh>
Definition at line 355 of file bool.hh.
Constructor & Destructor Documentation
template<class VX , class VY >
| Gecode::Int::Bool::NaryOr< VX, VY >::NaryOr | ( | Home | home, | |
| ViewArray< VX > & | x, | |||
| VY | y | |||
| ) | [inline, protected] |
template<class VX , class VY >
| Gecode::Int::Bool::NaryOr< VX, VY >::NaryOr | ( | Space & | home, | |
| NaryOr< VX, VY > & | p | |||
| ) | [inline, protected] |
Member Function Documentation
template<class VX , class VY >
| Actor * Gecode::Int::Bool::NaryOr< VX, VY >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class VX , class VY >
| ExecStatus Gecode::Int::Bool::NaryOr< VX, VY >::advise | ( | Space & | home, | |
| Advisor & | a, | |||
| const Delta & | d | |||
| ) | [inline, virtual] |
Give advice to propagator.
Reimplemented from Gecode::Propagator.
template<class VX , class VY >
| PropCost Gecode::Int::Bool::NaryOr< VX, VY >::cost | ( | const Space & | home, | |
| const ModEventDelta & | med | |||
| ) | const [inline, virtual] |
Cost function (defined as low unary).
Reimplemented from Gecode::MixNaryOnePropagator< VX, PC_BOOL_NONE, VY, PC_BOOL_VAL >.
template<class VX , class VY >
| void Gecode::Int::Bool::NaryOr< VX, VY >::reschedule | ( | Space & | home | ) | [inline, virtual] |
Schedule function.
Reimplemented from Gecode::MixNaryOnePropagator< VX, PC_BOOL_NONE, VY, PC_BOOL_VAL >.
template<class VX , class VY >
| ExecStatus Gecode::Int::Bool::NaryOr< VX, VY >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class VX , class VY >
| ExecStatus Gecode::Int::Bool::NaryOr< VX, VY >::post | ( | Home | home, | |
| ViewArray< VX > & | x, | |||
| VY | y | |||
| ) | [inline, static] |
template<class VX , class VY >
| size_t Gecode::Int::Bool::NaryOr< VX, VY >::dispose | ( | Space & | home | ) | [inline, virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::MixNaryOnePropagator< VX, PC_BOOL_NONE, VY, PC_BOOL_VAL >.
Member Data Documentation
template<class VX, class VY>
int Gecode::Int::Bool::NaryOr< VX, VY >::n_zero [protected] |
template<class VX, class VY>
Council<Advisor> Gecode::Int::Bool::NaryOr< VX, VY >::c [protected] |
The documentation for this class was generated from the following files:

.