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. |
Greater or equal to number of values propagator for Boolean views.
Requires
#include <gecode/int/nvalues.hh>
Gecode::Int::NValues::GqBool::GqBool | ( | Home | home, |
int | status, | ||
ViewArray< BoolView > & | x, | ||
VY | y | ||
) | [inline, protected] |
Constructor for posting.
Definition at line 44 of file bool-gq.hpp.
Gecode::Int::NValues::GqBool::GqBool | ( | Space & | home, |
bool | share, | ||
GqBool< VY > & | p | ||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 49 of file bool-gq.hpp.
Copy propagator during cloning.
Definition at line 54 of file bool-gq.hpp.
ExecStatus Gecode::Int::NValues::GqBool::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
Perform propagation.
Definition at line 113 of file bool-gq.hpp.
ExecStatus Gecode::Int::NValues::GqBool::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.