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 | |
NaryMax (Space &home, bool share, NaryMax &p) | |
Constructor for cloning p. | |
NaryMax (Home home, ViewArray< View > &x, View y) | |
Constructor for posting. |
Bounds consistent n-ary maximum propagator.
Requires
#include <gecode/float/arithmetic.hh>
Definition at line 416 of file arithmetic.hh.
Gecode::Float::Arithmetic::NaryMax< View >::NaryMax | ( | Space & | home, |
bool | share, | ||
NaryMax< View > & | p | ||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 179 of file min-max-channel.hpp.
Gecode::Float::Arithmetic::NaryMax< View >::NaryMax | ( | Home | home, |
ViewArray< View > & | x, | ||
View | y | ||
) | [inline, protected] |
Constructor for posting.
Definition at line 147 of file min-max-channel.hpp.
Actor * Gecode::Float::Arithmetic::NaryMax< View >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
Copy propagator during cloning.
Implements Gecode::Actor.
Definition at line 184 of file min-max-channel.hpp.
ExecStatus Gecode::Float::Arithmetic::NaryMax< View >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
Perform propagation.
Implements Gecode::Propagator.
Definition at line 239 of file min-max-channel.hpp.
ExecStatus Gecode::Float::Arithmetic::NaryMax< View >::post | ( | Home | home, |
ViewArray< View > & | x, | ||
View | y | ||
) | [static] |
Post propagator .
Definition at line 152 of file min-max-channel.hpp.