Generated on Tue Sep 25 2012 20:53:30 for Gecode by doxygen 1.7.5
Gecode::Int::Element::ViewBnd Class Reference

Bounds consistent element propagator for array of views. More...

#include <element.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 Perform copying during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, IdxViewArray< VA > &iv, VB x0, VC x1)
 Post propagator for $iv_{x_0}=x_1$.

Protected Member Functions

 ViewBnd (Space &home, bool share, ViewBnd &p)
 Constructor for cloning p.
 ViewBnd (Home home, IdxViewArray< VA > &iv, VB x0, VC x1)
 Constructor for creation.

Detailed Description

Bounds consistent element propagator for array of views.

Requires


Constructor & Destructor Documentation

Gecode::Int::Element::ViewBnd::ViewBnd ( Space home,
bool  share,
ViewBnd p 
) [inline, protected]

Constructor for cloning p.

Definition at line 411 of file view.hpp.

Gecode::Int::Element::ViewBnd::ViewBnd ( Home  home,
IdxViewArray< VA > &  iv,
VB  x0,
VC  x1 
) [inline, protected]

Constructor for creation.

Definition at line 388 of file view.hpp.


Member Function Documentation

Actor * Gecode::Int::Element::ViewBnd::copy ( Space home,
bool  share 
) [virtual]

Perform copying during cloning.

Definition at line 416 of file view.hpp.

ExecStatus Gecode::Int::Element::ViewBnd::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

Definition at line 422 of file view.hpp.

ExecStatus Gecode::Int::Element::ViewBnd::post ( Home  home,
IdxViewArray< VA > &  iv,
VB  x0,
VC  x1 
) [static]

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

Definition at line 394 of file view.hpp.


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