Gecode::Int::Rel::NaryNq< View > Class Template Reference
[Integer propagators]
#include <rel.hh>
Inherits Gecode::BinaryPropagator< View, pc >< Gecode::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
template<class View>
Gecode::Int::Rel::NaryNq< View >::NaryNq | ( | Space * | home, | |
ViewArray< ViewTuple< View, 2 > > & | x | |||
) | [inline, protected] |
template<class View>
Gecode::Int::Rel::NaryNq< View >::NaryNq | ( | Space * | home, | |
bool | share, | |||
NaryNq< View > & | p | |||
) | [inline, protected] |
Member Function Documentation
template<class View>
Actor * Gecode::Int::Rel::NaryNq< View >::copy | ( | Space * | home, | |
bool | share | |||
) | [virtual] |
template<class View>
ExecStatus Gecode::Int::Rel::NaryNq< View >::propagate | ( | Space * | home | ) | [virtual] |
template<class View>
ExecStatus Gecode::Int::Rel::NaryNq< View >::post | ( | Space * | home, | |
ViewArray< ViewTuple< View, 2 > > & | x | |||
) | [inline, static] |
Member Data Documentation
template<class View>
ViewArray<ViewTuple<View,2> > Gecode::Int::Rel::NaryNq< View >::x [protected] |
The documentation for this class was generated from the following files:
- gecode/int/rel.hh (Revision: 3579)
- gecode/int/rel/nq.icc (Revision: 3579)