Generated on Thu Apr 11 14:00:04 2019 for Gecode by doxygen 1.6.3

Gecode::Int::NValues::LqBool< VY > Class Template Reference
[Integer propagators]

Less or equal to number of values propagator for Boolean views. More...

#include <nvalues.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, ViewArray< BoolView > &x, VY y)
 Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\leq y$.

Protected Member Functions

 LqBool (Home home, int status, ViewArray< BoolView > &x, VY y)
 Constructor for posting.
 LqBool (Space &home, LqBool< VY > &p)
 Constructor for cloning p.

Detailed Description

template<class VY>
class Gecode::Int::NValues::LqBool< VY >

Less or equal to number of values propagator for Boolean views.

Requires

Definition at line 359 of file nvalues.hh.


Constructor & Destructor Documentation

template<class VY >
Gecode::Int::NValues::LqBool< VY >::LqBool ( Home  home,
int  status,
ViewArray< BoolView > &  x,
VY  y 
) [inline, protected]

Constructor for posting.

Definition at line 40 of file bool-lq.hpp.

template<class VY >
Gecode::Int::NValues::LqBool< VY >::LqBool ( Space home,
LqBool< VY > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 45 of file bool-lq.hpp.


Member Function Documentation

template<class VY >
Actor * Gecode::Int::NValues::LqBool< VY >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 50 of file bool-lq.hpp.

template<class VY >
ExecStatus Gecode::Int::NValues::LqBool< VY >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 111 of file bool-lq.hpp.

template<class VY >
ExecStatus Gecode::Int::NValues::LqBool< VY >::post ( Home  home,
ViewArray< BoolView > &  x,
VY  y 
) [inline, static]

Post propagator for $\#\{x_0,\ldots,x_{|x|-1}\}\leq y$.

The view array x is used only temporarily and hence can be region allocated.

Definition at line 56 of file bool-lq.hpp.


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