Generated on Thu Apr 11 13:59:57 2019 for Gecode by doxygen 1.6.3

Gecode::Int::Arithmetic::MultPlusBnd< VA, VB, VC > Class Template Reference

Bounds consistent positive multiplication propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

 MultPlusBnd (Home home, VA x0, VB x1, VC x2)
 Constructor for posting.
 MultPlusBnd (Space &home, MultPlusBnd< VA, VB, VC > &p)
 Constructor for cloning p.
virtual Actorcopy (Space &home)
 Copy propagator during cloning.
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 $x_0\cdot x_1=x_2$.

Detailed Description

template<class VA, class VB, class VC>
class Gecode::Int::Arithmetic::MultPlusBnd< VA, VB, VC >

Bounds consistent positive multiplication propagator.

This propagator provides multiplication for positive views only.

Definition at line 648 of file arithmetic.hh.


Constructor & Destructor Documentation

template<class VA , class VB , class VC >
Gecode::Int::Arithmetic::MultPlusBnd< VA, VB, VC >::MultPlusBnd ( Home  home,
VA  x0,
VB  x1,
VC  x2 
) [inline]

Constructor for posting.

Definition at line 220 of file mult.hpp.

template<class VA , class VB , class VC >
Gecode::Int::Arithmetic::MultPlusBnd< VA, VB, VC >::MultPlusBnd ( Space home,
MultPlusBnd< VA, VB, VC > &  p 
) [inline]

Constructor for cloning p.

Definition at line 226 of file mult.hpp.


Member Function Documentation

template<class VA , class VB , class VC >
ExecStatus Gecode::Int::Arithmetic::MultPlusBnd< VA, VB, VC >::post ( Home  home,
VA  x0,
VB  x1,
VC  x2 
) [inline, static]

Post propagator $x_0\cdot x_1=x_2$.

Definition at line 244 of file mult.hpp.

template<class VA , class VB , class VC >
Actor * Gecode::Int::Arithmetic::MultPlusBnd< VA, VB, VC >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 232 of file mult.hpp.

template<class VA , class VB , class VC >
ExecStatus Gecode::Int::Arithmetic::MultPlusBnd< VA, VB, VC >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 238 of file mult.hpp.


The documentation for this class was generated from the following files: