Bounds consistent division propagator. More...
#include <arithmetic.hh>
Public Member Functions | |
DivBnd (Home home, View x0, View x1, View x2) | |
Constructor for posting. | |
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, View x0, View x1, View x2) |
Post propagator ![]() | |
Protected Member Functions | |
DivBnd (Space &home, bool share, DivBnd< View > &p) | |
Constructor for cloning p. |
Bounds consistent division propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 761 of file arithmetic.hh.
Gecode::Int::Arithmetic::DivBnd< View >::DivBnd | ( | Space & | home, |
bool | share, | ||
DivBnd< View > & | p | ||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 112 of file divmod.hpp.
Gecode::Int::Arithmetic::DivBnd< View >::DivBnd | ( | Home | home, |
View | x0, | ||
View | x1, | ||
View | x2 | ||
) | [inline] |
Constructor for posting.
Definition at line 107 of file divmod.hpp.
ExecStatus Gecode::Int::Arithmetic::DivBnd< View >::post | ( | Home | home, |
View | x0, | ||
View | x1, | ||
View | x2 | ||
) | [static] |
Post propagator (rounding towards 0)
Definition at line 240 of file divmod.hpp.
Actor * Gecode::Int::Arithmetic::DivBnd< View >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
Copy propagator during cloning.
Implements Gecode::Actor.
Definition at line 117 of file divmod.hpp.
ExecStatus Gecode::Int::Arithmetic::DivBnd< View >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |