Gecode::Int::Bool::And< BVA, BVB, BVC > Class Template Reference
[Integer propagators]
#include <bool.hh>
Inherits Gecode::Int::Bool::BoolTernary< BVA, BVB, BVC >< BVA, BVB, BVC >.
Detailed Description
template<class BVA, class BVB, class BVC>
class Gecode::Int::Bool::And< BVA, BVB, BVC >
Boolean conjunction propagator.
Requires
#include "int/bool.hh"
Definition at line 108 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, BVA b0, BVB b1, BVC b2) |
Post propagator . | |
Protected Member Functions | |
| And (Space *home, BVA b0, BVB b1, BVC b2) | |
| Constructor for posting. | |
| And (Space *home, bool share, And &p) | |
| Constructor for cloning p. | |
Constructor & Destructor Documentation
|
||||||||||||||||||||||||
|
Constructor for posting.
|
|
||||||||||||||||||||
|
Constructor for cloning p.
|
Member Function Documentation
|
||||||||||||||||
|
Copy propagator during cloning.
Implements Gecode::Actor. |
|
||||||||||
|
Perform propagation.
Implements Gecode::Propagator. |
|
||||||||||||||||||||||||
|
Post propagator
|
The documentation for this class was generated from the following files:
- int/bool.hh (Revision: 2419)
- int/bool/and.icc (Revision: 2462)

.