Bounds consistent n-ary maximum propagator. More...
#include <arithmetic.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, ViewArray< View > &x, View y) |
Post propagator ![]() | |
Protected Member Functions | |
NaryMaxBnd (Space &home, bool share, NaryMaxBnd &p) | |
Constructor for cloning p. | |
NaryMaxBnd (Home home, ViewArray< View > &x, View y) | |
Constructor for posting. |
Bounds consistent n-ary maximum propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 162 of file arithmetic.hh.
Gecode::Int::Arithmetic::NaryMaxBnd< View >::NaryMaxBnd | ( | Space & | home, |
bool | share, | ||
NaryMaxBnd< View > & | p | ||
) | [inline, protected] |
Gecode::Int::Arithmetic::NaryMaxBnd< View >::NaryMaxBnd | ( | Home | home, |
ViewArray< View > & | x, | ||
View | y | ||
) | [inline, protected] |
Actor * Gecode::Int::Arithmetic::NaryMaxBnd< View >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Int::Arithmetic::NaryMaxBnd< View >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Arithmetic::NaryMaxBnd< View >::post | ( | Home | home, |
ViewArray< View > & | x, | ||
View | y | ||
) | [static] |