Generated on Mon May 10 06:46:56 2010 for Gecode by doxygen 1.6.3

Gecode::Graph::Circuit::Val< View > Class Template Reference
[Graph propagators]

"Value-consistent" circuit propagator More...

#include <circuit.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 Copy propagator during cloning.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function (returns high linear).
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, ViewArray< View > &x)
 Post propagator for circuit on x.

Protected Member Functions

 Val (Space &home, bool share, Val &p)
 Constructor for cloning p.
 Val (Home home, ViewArray< View > &x)
 Constructor for posting.

Detailed Description

template<class View>
class Gecode::Graph::Circuit::Val< View >

"Value-consistent" circuit propagator

Propagates value-consistent distinct, checks that the induced variable value graph is stronlgy connected, and prunes too short cycles.

Requires

Definition at line 88 of file circuit.hh.


Constructor & Destructor Documentation

template<class View >
Gecode::Graph::Circuit::Val< View >::Val ( Space home,
bool  share,
Val< View > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 51 of file val.hpp.

template<class View >
Gecode::Graph::Circuit::Val< View >::Val ( Home  home,
ViewArray< View > &  x 
) [inline, protected]

Constructor for posting.

Definition at line 46 of file val.hpp.


Member Function Documentation

template<class View >
Actor * Gecode::Graph::Circuit::Val< View >::copy ( Space home,
bool  share 
) [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 56 of file val.hpp.

template<class View >
PropCost Gecode::Graph::Circuit::Val< View >::cost ( const Space home,
const ModEventDelta med 
) const [inline, virtual]

Cost function (returns high linear).

Reimplemented from Gecode::NaryPropagator< View, Int::PC_INT_DOM >.

Definition at line 62 of file val.hpp.

template<class View >
ExecStatus Gecode::Graph::Circuit::Val< View >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 68 of file val.hpp.

template<class View >
ExecStatus Gecode::Graph::Circuit::Val< View >::post ( Home  home,
ViewArray< View > &  x 
) [inline, static]

Post propagator for circuit on x.

Definition at line 84 of file val.hpp.


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