Bounds 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 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. |
Bounds consistent element propagator for array of views.
Requires
#include <gecode/int/element.hh>
Definition at line 287 of file element.hh.
Gecode::Int::Element::ViewBnd< VA, VB, VC >::ViewBnd | ( | Space & | home, |
bool | share, | ||
ViewBnd< VA, VB, VC > & | p | ||
) | [inline, protected] |
Gecode::Int::Element::ViewBnd< VA, VB, VC >::ViewBnd | ( | Home | home, |
IdxViewArray< VA > & | iv, | ||
VB | x0, | ||
VC | x1 | ||
) | [inline, protected] |
Actor * Gecode::Int::Element::ViewBnd< VA, VB, VC >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Int::Element::ViewBnd< VA, VB, VC >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Element::ViewBnd< VA, VB, VC >::post | ( | Home | home, |
IdxViewArray< VA > & | iv, | ||
VB | x0, | ||
VC | x1 | ||
) | [static] |