Gecode::Int::NValues::GqBool< VY > Class Template Reference
[Integer propagators]
Greater or equal to number of values propagator for Boolean views. More...
#include <nvalues.hh>
Public Member Functions | |
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, ViewArray< BoolView > &x, VY y) |
Post propagator for . | |
Protected Member Functions | |
GqBool (Home home, int status, ViewArray< BoolView > &x, VY y) | |
Constructor for posting. | |
GqBool (Space &home, bool share, GqBool< VY > &p) | |
Constructor for cloning p. |
Detailed Description
template<class VY>
class Gecode::Int::NValues::GqBool< VY >
Greater or equal to number of values propagator for Boolean views.
Requires
#include <gecode/int/nvalues.hh>
Definition at line 397 of file nvalues.hh.
Constructor & Destructor Documentation
template<class VY >
Gecode::Int::NValues::GqBool< VY >::GqBool | ( | Home | home, | |
int | status, | |||
ViewArray< BoolView > & | x, | |||
VY | y | |||
) | [inline, protected] |
Constructor for posting.
Definition at line 44 of file bool-gq.hpp.
template<class VY >
Gecode::Int::NValues::GqBool< VY >::GqBool | ( | Space & | home, | |
bool | share, | |||
GqBool< VY > & | p | |||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 49 of file bool-gq.hpp.
Member Function Documentation
template<class VY >
Actor * Gecode::Int::NValues::GqBool< VY >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
Copy propagator during cloning.
Implements Gecode::Actor.
Definition at line 54 of file bool-gq.hpp.
template<class VY >
ExecStatus Gecode::Int::NValues::GqBool< VY >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class VY >
ExecStatus Gecode::Int::NValues::GqBool< VY >::post | ( | Home | home, | |
ViewArray< BoolView > & | x, | |||
VY | y | |||
) | [inline, static] |
Post propagator for .
The view array x is used only temporarily and hence can be region allocated.
Definition at line 60 of file bool-gq.hpp.
The documentation for this class was generated from the following files:
- gecode/int/nvalues.hh (Revision: 15137)
- gecode/int/nvalues/bool-gq.hpp (Revision: 14967)