
Less 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. | |
| virtual size_t | dispose (Space &home) |
| Delete propagator and return its size. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, ViewArray< IntView > &x, VY y) |
Post propagator for . | |
Protected Member Functions | |
| LqInt (Home home, ValSet &vs, ViewArray< IntView > &x, VY y) | |
| Constructor for posting. | |
| LqInt (Space &home, bool share, LqInt< VY > &p) | |
| Constructor for cloning p. | |
Less or equal to number of values propagator for integer views.
Requires
#include <gecode/int/nvalues.hh>
Definition at line 225 of file nvalues.hh.
| Gecode::Int::NValues::LqInt< VY >::LqInt | ( | Home | home, |
| ValSet & | vs, | ||
| ViewArray< IntView > & | x, | ||
| VY | y | ||
| ) | [inline, protected] |
Constructor for posting.
Definition at line 45 of file int-lq.hpp.
| Gecode::Int::NValues::LqInt< VY >::LqInt | ( | Space & | home, |
| bool | share, | ||
| LqInt< VY > & | p | ||
| ) | [inline, protected] |
Constructor for cloning p.
Definition at line 97 of file int-lq.hpp.
| Propagator * Gecode::Int::NValues::LqInt< VY >::copy | ( | Space & | home, |
| bool | share | ||
| ) | [virtual] |
Copy propagator during cloning.
Implements Gecode::Actor.
Definition at line 102 of file int-lq.hpp.
| ExecStatus Gecode::Int::NValues::LqInt< VY >::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |
| ExecStatus Gecode::Int::NValues::LqInt< VY >::post | ( | Home | home, |
| ViewArray< IntView > & | x, | ||
| VY | y | ||
| ) | [inline, static] |
Post propagator for
.
Definition at line 52 of file int-lq.hpp.
| size_t Gecode::Int::NValues::LqInt< VY >::dispose | ( | Space & | home | ) | [inline, virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::Int::NValues::IntBase< VY >.
Definition at line 108 of file int-lq.hpp.