Gecode::Int::Distinct::Val< View > Class Template Reference
[Integer propagators]
#include <distinct.hh>
Inherits Gecode::NaryPropagator< View, PC_INT_VAL >.
Detailed Description
template<class View>
class Gecode::Int::Distinct::Val< View >
Naive value distinct propagator.
Eliminates values of assigned views of type View.
Requires
#include "gecode/int/distinct.hh"
Definition at line 51 of file distinct.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 > &x) |
Post propagator for view array x. | |
Protected Member Functions | |
Val (Space *home, ViewArray< View > &x) | |
Constructor for posting. | |
Val (Space *home, bool share, Val< View > &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 for view array x.
|
The documentation for this class was generated from the following files:
- gecode/int/distinct.hh (Revision: 3768)
- gecode/int/distinct/val.icc (Revision: 3093)