Generated on Thu Apr 11 14:00:02 2019 for Gecode by doxygen 1.6.3

Gecode::Int::GCC::Val< Card > Class Template Reference
[Integer propagators]

Value consistent global cardinality propagator. More...

#include <gcc.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home)
 Copy propagator during cloning.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost funtion returning high linear.
virtual void reschedule (Space &home)
 Schedule function.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.
virtual size_t dispose (Space &home)
 Destructor.

Static Public Member Functions

static ExecStatus post (Home home, ViewArray< IntView > &x, ViewArray< Card > &k)
 Post propagator for views x and cardinalities k.

Protected Member Functions

 Val (Home home, ViewArray< IntView > &x, ViewArray< Card > &k)
 Constructor for posting.
 Val (Space &home, Val< Card > &p)
 Constructor for cloning p.

Protected Attributes

ViewArray< IntViewx
 Views on which to perform value-propagation.
ViewArray< Card > k
 Array containing either fixed cardinalities or CardViews.

Detailed Description

template<class Card>
class Gecode::Int::GCC::Val< Card >

Value consistent global cardinality propagator.

Requires

 #include <gecode/int/gcc.hh> 

Definition at line 63 of file gcc.hh.


Constructor & Destructor Documentation

template<class Card >
Gecode::Int::GCC::Val< Card >::Val ( Home  home,
ViewArray< IntView > &  x,
ViewArray< Card > &  k 
) [inline, protected]

Constructor for posting.

Definition at line 43 of file val.hpp.

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

Constructor for cloning p.

Definition at line 52 of file val.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 69 of file val.hpp.

template<class Card >
PropCost Gecode::Int::GCC::Val< Card >::cost ( const Space home,
const ModEventDelta med 
) const [inline, virtual]

Cost funtion returning high linear.

Implements Gecode::Propagator.

Definition at line 75 of file val.hpp.

template<class Card >
void Gecode::Int::GCC::Val< Card >::reschedule ( Space home  )  [inline, virtual]

Schedule function.

Implements Gecode::Propagator.

Definition at line 85 of file val.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 281 of file val.hpp.

template<class Card >
size_t Gecode::Int::GCC::Val< Card >::dispose ( Space home  )  [inline, virtual]

Destructor.

Reimplemented from Gecode::Actor.

Definition at line 60 of file val.hpp.

template<class Card >
ExecStatus Gecode::Int::GCC::Val< Card >::post ( Home  home,
ViewArray< IntView > &  x,
ViewArray< Card > &  k 
) [inline, static]

Post propagator for views x and cardinalities k.

Definition at line 287 of file val.hpp.


Member Data Documentation

template<class Card>
ViewArray<IntView> Gecode::Int::GCC::Val< Card >::x [protected]

Views on which to perform value-propagation.

Definition at line 66 of file gcc.hh.

template<class Card>
ViewArray<Card> Gecode::Int::GCC::Val< Card >::k [protected]

Array containing either fixed cardinalities or CardViews.

Definition at line 68 of file gcc.hh.


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