Gecode::Int::Arithmetic::MultPlusDom< VA, VB, VC > Class Template Reference
Domain consistent positive multiplication propagator. More...
#include <arithmetic.hh>
Public Member Functions | |
| MultPlusDom (Home home, VA x0, VB x1, VC x2) | |
| Constructor for posting. | |
| MultPlusDom (Space &home, MultPlusDom< VA, VB, VC > &p) | |
| Constructor for cloning p. | |
| virtual Actor * | copy (Space &home) |
| Copy propagator during cloning. | |
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, VA x0, VB x1, VC x2) |
Post propagator . | |
Detailed Description
template<class VA, class VB, class VC>
class Gecode::Int::Arithmetic::MultPlusDom< VA, VB, VC >
Domain consistent positive multiplication propagator.
This propagator provides multiplication for positive views only.
Definition at line 703 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class VA , class VB , class VC >
| Gecode::Int::Arithmetic::MultPlusDom< VA, VB, VC >::MultPlusDom | ( | Home | home, | |
| VA | x0, | |||
| VB | x1, | |||
| VC | x2 | |||
| ) | [inline] |
template<class VA , class VB , class VC >
| Gecode::Int::Arithmetic::MultPlusDom< VA, VB, VC >::MultPlusDom | ( | Space & | home, | |
| MultPlusDom< VA, VB, VC > & | p | |||
| ) | [inline] |
Member Function Documentation
template<class VA , class VB , class VC >
| ExecStatus Gecode::Int::Arithmetic::MultPlusDom< VA, VB, VC >::post | ( | Home | home, | |
| VA | x0, | |||
| VB | x1, | |||
| VC | x2 | |||
| ) | [inline, static] |
template<class VA , class VB , class VC >
| Actor * Gecode::Int::Arithmetic::MultPlusDom< VA, VB, VC >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class VA , class VB , class VC >
| PropCost Gecode::Int::Arithmetic::MultPlusDom< VA, VB, VC >::cost | ( | const Space & | home, | |
| const ModEventDelta & | med | |||
| ) | const [inline, virtual] |
Cost function.
If in stage for bounds propagation, the cost is low ternary. Otherwise it is high ternary.
Reimplemented from Gecode::MixTernaryPropagator< VA, PC_INT_DOM, VB, PC_INT_DOM, VC, PC_INT_DOM >.
template<class VA , class VB , class VC >
| ExecStatus Gecode::Int::Arithmetic::MultPlusDom< VA, VB, VC >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following files:
- gecode/int/arithmetic.hh
- gecode/int/arithmetic/mult.hpp

.