Domain consistent element propagator for array of views. More...
#include <element.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Perform copying during cloning. | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function. | |
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 | |
ViewDom (Space &home, bool share, ViewDom &p) | |
Constructor for cloning p. | |
ViewDom (Home home, IdxViewArray< VA > &iv, VB x0, VC x1) | |
Constructor for creation. |
Domain consistent element propagator for array of views.
The propagator uses staging: first it uses bounds-propagation on the array of views and the uses domain-propagation on the array of views.
Requires
#include <gecode/int/element.hh>
Definition at line 317 of file element.hh.
Gecode::Int::Element::ViewDom< VA, VB, VC >::ViewDom | ( | Space & | home, |
bool | share, | ||
ViewDom< VA, VB, VC > & | p | ||
) | [inline, protected] |
Gecode::Int::Element::ViewDom< VA, VB, VC >::ViewDom | ( | Home | home, |
IdxViewArray< VA > & | iv, | ||
VB | x0, | ||
VC | x1 | ||
) | [inline, protected] |
Actor * Gecode::Int::Element::ViewDom< VA, VB, VC >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
PropCost Gecode::Int::Element::ViewDom< VA, VB, VC >::cost | ( | const Space & | home, |
const ModEventDelta & | med | ||
) | const [virtual] |
Cost function.
If in stage for bounds-propagation defined as low linear, otherwise as high linear.
Reimplemented from Gecode::Int::Element::View< VA, VB, VC, PC_INT_DOM >.
ExecStatus Gecode::Int::Element::ViewDom< VA, VB, VC >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Element::ViewDom< VA, VB, VC >::post | ( | Home | home, |
IdxViewArray< VA > & | iv, | ||
VB | x0, | ||
VC | x1 | ||
) | [static] |