Bounds consistent power 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, IntView x0, IntView x1, Ops ops) |
Post propagator. | |
Protected Member Functions | |
PowBnd (Space &home, bool share, PowBnd &p) | |
Constructor for cloning p. | |
PowBnd (Home home, IntView x0, IntView x1, const Ops &ops) | |
Constructor for posting. | |
Protected Attributes | |
Ops | ops |
Operations. |
Bounds consistent power propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 352 of file arithmetic.hh.
Gecode::Int::Arithmetic::PowBnd< Ops >::PowBnd | ( | Space & | home, |
bool | share, | ||
PowBnd< Ops > & | p | ||
) | [inline, protected] |
Gecode::Int::Arithmetic::PowBnd< Ops >::PowBnd | ( | Home | home, |
IntView | x0, | ||
IntView | x1, | ||
const Ops & | ops | ||
) | [inline, protected] |
Actor * Gecode::Int::Arithmetic::PowBnd< Ops >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Int::Arithmetic::PowBnd< Ops >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Arithmetic::PowBnd< Ops >::post | ( | Home | home, |
IntView | x0, | ||
IntView | x1, | ||
Ops | ops | ||
) | [inline, static] |
Ops Gecode::Int::Arithmetic::PowBnd< Ops >::ops [protected] |
Operations.
Definition at line 357 of file arithmetic.hh.