Gecode::Int::Arithmetic::MultBnd Class Reference
[Integer propagators]
Bounds consistent multiplication propagator. More...
#include <arithmetic.hh>
Public Member Functions | |
MultBnd (Home home, IntView x0, IntView x1, IntView 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, IntView x0, IntView x1, IntView x2) |
Post propagator . | |
Protected Member Functions | |
MultBnd (Space &home, bool share, MultBnd &p) | |
Constructor for cloning p. |
Detailed Description
Bounds consistent multiplication propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 678 of file arithmetic.hh.
Constructor & Destructor Documentation
Member Function Documentation
ExecStatus Gecode::Int::Arithmetic::MultBnd::post | ( | Home | home, | |
IntView | x0, | |||
IntView | x1, | |||
IntView | x2 | |||
) | [static] |
ExecStatus Gecode::Int::Arithmetic::MultBnd::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [virtual] |
The documentation for this class was generated from the following files:
- gecode/int/arithmetic.hh (Revision: 15568)
- gecode/int/arithmetic/mult.cpp (Revision: 13292)
- gecode/int/arithmetic/mult.hpp (Revision: 14967)