Generated on Fri Aug 31 2012 16:23:05 for Gecode by doxygen 1.8.1.2
Gecode::Int::GCC::Val< Card > Class Template Reference

Value consistent global cardinality propagator. More...

#include <gcc.hh>

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 Copy propagator during cloning.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost funtion returning high linear.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.
virtual size_t dispose (Space &home)
 Destructor.
- Public Member Functions inherited from Gecode::Propagator
ModEventDelta modeventdelta (void) const
 Return the modification event delta.
virtual ExecStatus advise (Space &home, Advisor &a, const Delta &d)
 Advise function.
double afc (void) const
 Return the accumlated failure count.

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, bool share, Val< Card > &p)
 Constructor for cloning p.
- Protected Member Functions inherited from Gecode::Propagator
 Propagator (Home home)
 Constructor for posting.
 Propagator (Space &home, bool share, Propagator &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 67 of file gcc.hh.

Constructor & Destructor Documentation

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

Constructor for posting.

Definition at line 47 of file val.hpp.

template<class Card >
Gecode::Int::GCC::Val< Card >::Val ( Space home,
bool  share,
Val< Card > &  p 
)
inlineprotected

Constructor for cloning p.

Definition at line 56 of file val.hpp.

Member Function Documentation

template<class Card >
Actor * Gecode::Int::GCC::Val< Card >::copy ( Space home,
bool  share 
)
virtual

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 73 of file val.hpp.

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

Cost funtion returning high linear.

Implements Gecode::Propagator.

Definition at line 79 of file val.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 278 of file val.hpp.

template<class Card >
size_t Gecode::Int::GCC::Val< Card >::dispose ( Space home)
inlinevirtual

Destructor.

Reimplemented from Gecode::Actor.

Definition at line 64 of file val.hpp.

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

Post propagator for views x and cardinalities k.

Definition at line 284 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 70 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 72 of file gcc.hh.


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