Gecode::Int::Channel::Val< View > Class Template Reference
[Integer propagators]
#include <channel.hh>
Inherits Gecode::Int::Channel::Base< ValInfo< View >, PC_INT_VAL >.
Detailed Description
template<class View>
class Gecode::Int::Channel::Val< View >
Naive channel propagator.
Only propagates if views become assigned.
Requires
#include "gecode/int/channel.hh"
Definition at line 75 of file channel.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, int n, ValInfo< View > *xy) |
Post propagator for channeling on xy. | |
Protected Member Functions | |
Val (Space *home, bool share, Val &p) | |
Constructor for cloning p. | |
Val (Space *home, int n, ValInfo< View > *xy) | |
Constructor for posting. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for posting.
|
Member Function Documentation
|
Copy propagator during cloning.
Implements Gecode::Actor. |
|
Perform propagation.
Implements Gecode::Propagator. |
|
Post propagator for channeling on xy.
|
The documentation for this class was generated from the following files:
- gecode/int/channel.hh (Revision: 3349)
- gecode/int/channel/val.icc (Revision: 3512)