Gecode::Int::Rel::NaryNq< View > Class Template Reference
[Integer propagators]
#include <rel.hh>
Inherits Gecode::BinaryPropagator< ViewTuple< View, 2 >, PC_INT_DOM >.
Detailed Description
template<class View>
class Gecode::Int::Rel::NaryNq< View >
Propagator for n-ary disequlaity
Requires
#include "gecode/int/rel.hh"
Definition at line 495 of file rel.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< ViewTuple< View, 2 > > &x) |
Post propagator for . | |
Protected Member Functions | |
NaryNq (Space *home, ViewArray< ViewTuple< View, 2 > > &x) | |
Constructor for posting. | |
NaryNq (Space *home, bool share, NaryNq &p) | |
Constructor for cloning p. | |
Protected Attributes | |
ViewArray< ViewTuple< View, 2 > > | x |
Views not yet subscribed to. |
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 for .
|
Member Data Documentation
|
Views not yet subscribed to.
|
The documentation for this class was generated from the following files:
- gecode/int/rel.hh (Revision: 3579)
- gecode/int/rel/nq.icc (Revision: 3579)