Greater or equal to number of values propagator for integer views. More...
#include <nvalues.hh>
Public Member Functions | |
virtual Propagator * | 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< IntView > &x, VY y) |
Post propagator for ![]() | |
Protected Member Functions | |
GqInt (Home home, ValSet &vs, ViewArray< IntView > &x, VY y) | |
Constructor for posting. | |
GqInt (Space &home, bool share, GqInt< VY > &p) | |
Constructor for cloning p. | |
Protected Attributes | |
Graph | g |
View-value graph. |
Greater or equal to number of values propagator for integer views.
Requires
#include <gecode/int/nvalues.hh>
Gecode::Int::NValues::GqInt::GqInt | ( | Home | home, |
ValSet & | vs, | ||
ViewArray< IntView > & | x, | ||
VY | y | ||
) | [inline, protected] |
Constructor for posting.
Definition at line 45 of file int-gq.hpp.
Gecode::Int::NValues::GqInt::GqInt | ( | Space & | home, |
bool | share, | ||
GqInt< VY > & | p | ||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 97 of file int-gq.hpp.
Propagator * Gecode::Int::NValues::GqInt::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
Copy propagator during cloning.
Definition at line 102 of file int-gq.hpp.
ExecStatus Gecode::Int::NValues::GqInt::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
Perform propagation.
Definition at line 108 of file int-gq.hpp.
ExecStatus Gecode::Int::NValues::GqInt::post | ( | Home | home, |
ViewArray< IntView > & | x, | ||
VY | y | ||
) | [inline, static] |
Post propagator for .
Definition at line 50 of file int-gq.hpp.
Graph Gecode::Int::NValues::GqInt::g [protected] |
View-value graph.
Definition at line 269 of file nvalues.hh.