Bounds consistent element propagator for array of views.
More...
#include <element.hh>
List of all members.
Public Member Functions |
virtual Actor * | copy (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 .
|
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.
Perform propagation.
Definition at line 422 of file view.hpp.
Post propagator for
.
Definition at line 394 of file view.hpp.
The documentation for this class was generated from the following files: