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

Gecode::Int::Arithmetic::MultZeroOne< View, pc > Class Template Reference
[Integer propagators]

Bounds or domain consistent propagator for $x_0\times x_1=x_0$. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

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, View x0, View x1)
 Post propagator $x_0\cdot x_1=x_0$.

Protected Member Functions

 MultZeroOne (Space &home, MultZeroOne< View, pc > &p)
 Constructor for cloning p.
 MultZeroOne (Home home, View x0, View x1)
 Constructor for posting.

Static Protected Member Functions

static RelTest equal (View x, int n)
 Test whether x is equal to n.

Detailed Description

template<class View, PropCond pc>
class Gecode::Int::Arithmetic::MultZeroOne< View, pc >

Bounds or domain consistent propagator for $x_0\times x_1=x_0$.

Requires

Definition at line 620 of file arithmetic.hh.


Constructor & Destructor Documentation

template<class View , PropCond pc>
Gecode::Int::Arithmetic::MultZeroOne< View, pc >::MultZeroOne ( Space home,
MultZeroOne< View, pc > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 136 of file mult.hpp.

template<class View , PropCond pc>
Gecode::Int::Arithmetic::MultZeroOne< View, pc >::MultZeroOne ( Home  home,
View  x0,
View  x1 
) [inline, protected]

Constructor for posting.

Definition at line 94 of file mult.hpp.


Member Function Documentation

template<class View , PropCond pc>
RelTest Gecode::Int::Arithmetic::MultZeroOne< View, pc >::equal ( View  x,
int  n 
) [inline, static, protected]

Test whether x is equal to n.

Definition at line 99 of file mult.hpp.

template<class View , PropCond pc>
Actor * Gecode::Int::Arithmetic::MultZeroOne< View, pc >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 141 of file mult.hpp.

template<class View , PropCond pc>
ExecStatus Gecode::Int::Arithmetic::MultZeroOne< View, pc >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 147 of file mult.hpp.

template<class View , PropCond pc>
ExecStatus Gecode::Int::Arithmetic::MultZeroOne< View, pc >::post ( Home  home,
View  x0,
View  x1 
) [inline, static]

Post propagator $x_0\cdot x_1=x_0$.

Definition at line 109 of file mult.hpp.


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