Generated on Tue May 22 09:41:44 2018 for Gecode by doxygen 1.6.3

Gecode::Set::Int::Card< View > Class Template Reference
[Set propagators]

Propagator for cardinality More...

#include <int.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, View s, Gecode::Int::IntView x)
 Post propagator for $ |s|=x $.

Protected Member Functions

 Card (Space &home, Card &p)
 Constructor for cloning p.
 Card (Home home, View, Gecode::Int::IntView)
 Constructor for posting.

Detailed Description

template<class View>
class Gecode::Set::Int::Card< View >

Propagator for cardinality

Requires

 #include <gecode/set/int.hh> 

Definition at line 229 of file int.hh.


Constructor & Destructor Documentation

template<class View >
Gecode::Set::Int::Card< View >::Card ( Space home,
Card< View > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 60 of file card.hpp.

template<class View >
Gecode::Set::Int::Card< View >::Card ( Home  home,
View  y0,
Gecode::Int::IntView  y1 
) [inline, protected]

Constructor for posting.

Definition at line 45 of file card.hpp.


Member Function Documentation

template<class View >
Actor * Gecode::Set::Int::Card< View >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 66 of file card.hpp.

template<class View >
ExecStatus Gecode::Set::Int::Card< View >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 72 of file card.hpp.

template<class View >
ExecStatus Gecode::Set::Int::Card< View >::post ( Home  home,
View  s,
Gecode::Int::IntView  x 
) [inline, static]

Post propagator for $ |s|=x $.

Definition at line 51 of file card.hpp.


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