Gecode::Int::Bool::Eq< BVA, BVB > Class Template Reference
[Integer propagators]
#include <bool.hh>
Inherits Gecode::Int::Bool::BoolBinary< BVA, BVB >< BVA, BVB >.
Detailed Description
template<class BVA, class BVB>
class Gecode::Int::Bool::Eq< BVA, BVB >
Boolean equality propagator.
Requires
#include "gecode/int/bool.hh"
Definition at line 89 of file bool.hh.
Public Member Functions | |
Eq (Space *home, bool share, Propagator &p, BVA b0, BVB b1) | |
Constructor for rewriting p during cloning. | |
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) |
Post propagator . | |
Protected Member Functions | |
Eq (Space *home, BVA b0, BVB b1) | |
Constructor for posting. | |
Eq (Space *home, bool share, Eq &p) | |
Constructor for cloning p. |
Constructor & Destructor Documentation
|
Constructor for posting.
|
|
Constructor for cloning p.
|
|
Constructor for rewriting p during cloning.
|
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:
- gecode/int/bool.hh (Revision: 3600)
- gecode/int/bool/eq.icc (Revision: 3566)