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