Generated on Fri Mar 20 15:57:04 2015 for Gecode by doxygen 1.6.3

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

Greater or equal to number of values propagator for integer views. More...

#include <nvalues.hh>

List of all members.

Public Member Functions

virtual Propagatorcopy (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 $\#\{x_0,\ldots,x_{|x|-1}\}\geq y$.

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.

Detailed Description

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

Greater or equal to number of values propagator for integer views.

Requires

Definition at line 257 of file nvalues.hh.


Constructor & Destructor Documentation

template<class VY >
Gecode::Int::NValues::GqInt< VY >::GqInt ( Home  home,
ValSet vs,
ViewArray< IntView > &  x,
VY  y 
) [inline, protected]

Constructor for posting.

Definition at line 45 of file int-gq.hpp.

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

Constructor for cloning p.

Definition at line 97 of file int-gq.hpp.


Member Function Documentation

template<class VY >
Propagator * Gecode::Int::NValues::GqInt< VY >::copy ( Space home,
bool  share 
) [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 102 of file int-gq.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 108 of file int-gq.hpp.

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

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

Definition at line 50 of file int-gq.hpp.


Member Data Documentation

template<class VY>
Graph Gecode::Int::NValues::GqInt< VY >::g [protected]

View-value graph.

Definition at line 269 of file nvalues.hh.


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