Gecode::Int::Bool::NaryOr< View > Class Template Reference
[Integer propagators]
#include <bool.hh>
Inherits Gecode::NaryOnePropagator< View, PC_INT_VAL >.
Detailed Description
template<class View>
class Gecode::Int::Bool::NaryOr< View >
Boolean n-ary disjunction propagator.
Requires
#include "gecode/int/bool.hh"
Definition at line 171 of file bool.hh.
Public Member Functions | |
| virtual Actor * | copy (Space *home, bool share) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space *home) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Space *home, ViewArray< View > &b, View c) |
Post propagator . | |
Protected Member Functions | |
| NaryOr (Space *home, ViewArray< View > &b, View c) | |
| Constructor for posting. | |
| NaryOr (Space *home, bool share, NaryOr< View > &p) | |
| Constructor for cloning p. | |
Constructor & Destructor Documentation
template<class View>
| Gecode::Int::Bool::NaryOr< View >::NaryOr | ( | Space * | home, | |
| ViewArray< View > & | b, | |||
| View | c | |||
| ) | [inline, protected] |
template<class View>
| Gecode::Int::Bool::NaryOr< View >::NaryOr | ( | Space * | home, | |
| bool | share, | |||
| NaryOr< View > & | p | |||
| ) | [inline, protected] |
Member Function Documentation
template<class View>
| Actor * Gecode::Int::Bool::NaryOr< View >::copy | ( | Space * | home, | |
| bool | share | |||
| ) | [virtual] |
template<class View>
| ExecStatus Gecode::Int::Bool::NaryOr< View >::propagate | ( | Space * | home | ) | [virtual] |
template<class View>
| ExecStatus Gecode::Int::Bool::NaryOr< View >::post | ( | Space * | home, | |
| ViewArray< View > & | b, | |||
| View | c | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/bool.hh (Revision: 3600)
- gecode/int/bool/or.icc (Revision: 3646)

.