Gecode::Int::Element::ViewBnd< ViewA, ViewB > Class Template Reference
[Integer propagators]
#include <element.hh>
Inherits Gecode::Int::Element::View< ViewA, ViewB, PC_INT_BND >.
Detailed Description
template<class ViewA, class ViewB>
class Gecode::Int::Element::ViewBnd< ViewA, ViewB >
Bounds-consistent element propagator for array of views.
Requires
#include "gecode/int/element.hh"
Definition at line 133 of file element.hh.
Public Member Functions | |
virtual Actor * | copy (Space *home, bool share) |
Perform copying during cloning. | |
virtual ExecStatus | propagate (Space *home) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Space *home, IdxView< ViewB > *iv, int n, ViewA x0, ViewB x1) |
Post propagator for . | |
Protected Member Functions | |
ViewBnd (Space *home, bool share, ViewBnd &p) | |
Constructor for cloning p. | |
ViewBnd (Space *home, IdxView< ViewB > *iv, int n, ViewA x0, ViewB x1) | |
Constructor for creation. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for creation.
|
Member Function Documentation
|
Perform copying during cloning.
Implements Gecode::Actor. |
|
Perform propagation.
Implements Gecode::Propagator. |
|
Post propagator for .
|
The documentation for this class was generated from the following files:
- gecode/int/element.hh (Revision: 3512)
- gecode/int/element/view.icc (Revision: 3512)