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
template<class ViewA, class ViewB>
Gecode::Int::Element::ViewBnd< ViewA, ViewB >::ViewBnd | ( | Space * | home, | |
bool | share, | |||
ViewBnd< ViewA, ViewB > & | p | |||
) | [inline, protected] |
template<class ViewA, class ViewB>
Gecode::Int::Element::ViewBnd< ViewA, ViewB >::ViewBnd | ( | Space * | home, | |
IdxView< ViewB > * | iv, | |||
int | n, | |||
ViewA | x0, | |||
ViewB | x1 | |||
) | [inline, protected] |
Member Function Documentation
template<class ViewA, class ViewB>
Actor * Gecode::Int::Element::ViewBnd< ViewA, ViewB >::copy | ( | Space * | home, | |
bool | share | |||
) | [virtual] |
template<class ViewA, class ViewB>
ExecStatus Gecode::Int::Element::ViewBnd< ViewA, ViewB >::propagate | ( | Space * | home | ) | [virtual] |
template<class ViewA, class ViewB>
ExecStatus Gecode::Int::Element::ViewBnd< ViewA, ViewB >::post | ( | Space * | home, | |
IdxView< ViewB > * | iv, | |||
int | n, | |||
ViewA | x0, | |||
ViewB | x1 | |||
) | [static] |
The documentation for this class was generated from the following files:
- gecode/int/element.hh (Revision: 3246)
- gecode/int/element/view.icc (Revision: 3246)