Generated on Wed Nov 1 15:05:18 2006 for Gecode by doxygen 1.4.5

Gecode::Int::Element::ViewBnd< ViewA, ViewB > Class Template Reference
[Integer propagators]

#include <element.hh>

Inherits Gecode::Int::Element::View< ViewA, ViewB, PC_INT_BND >.

List of all members.


Detailed Description

template<class ViewA, class ViewB>
class Gecode::Int::Element::ViewBnd< ViewA, ViewB >

Bounds-consistent element propagator for array of views.

Requires

Definition at line 133 of file element.hh.

Public Member Functions

virtual Actorcopy (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 $iv_{x_0}=x_1$.

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]
 

Constructor for cloning p.

Definition at line 294 of file view.icc.

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]
 

Constructor for creation.

Definition at line 272 of file view.icc.


Member Function Documentation

template<class ViewA, class ViewB>
Actor * Gecode::Int::Element::ViewBnd< ViewA, ViewB >::copy Space home,
bool  share
[virtual]
 

Perform copying during cloning.

Implements Gecode::Actor.

Definition at line 299 of file view.icc.

template<class ViewA, class ViewB>
ExecStatus Gecode::Int::Element::ViewBnd< ViewA, ViewB >::propagate Space home  )  [virtual]
 

Perform propagation.

Implements Gecode::Propagator.

Definition at line 306 of file view.icc.

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]
 

Post propagator for $iv_{x_0}=x_1$.

Definition at line 278 of file view.icc.


The documentation for this class was generated from the following files: