Gecode::CpltSet::UnaryCpltSetPropagator< View > Class Template Reference
#include <propagators.hh>
Inherits Gecode::Propagator.
Detailed Description
template<class View>
class Gecode::CpltSet::UnaryCpltSetPropagator< View >
Unary propagator for CpltSet variables.
Definition at line 143 of file propagators.hh.
Public Member Functions | |
virtual PropCost | cost (ModEventDelta med) const |
Cost function. | |
virtual Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m) const |
Specification for this propagator. | |
virtual size_t | dispose (Space *home) |
Delete propagator. | |
virtual Actor * | copy (Space *home, bool) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space *home, ModEventDelta med) |
Perform propagation. | |
Static Public Member Functions | |
static Support::Symbol | ati (void) |
Name of this propagator. | |
static ExecStatus | post (Space *home, View &x0, bdd &d) |
Protected Member Functions | |
UnaryCpltSetPropagator (Space *home, bool share, UnaryCpltSetPropagator &p) | |
Constructor for cloning p. | |
UnaryCpltSetPropagator (Space *home, View &x0, bdd &d) | |
Constructor for posting. | |
Protected Attributes | |
View | x |
View to propagate on. | |
bdd | d |
Bdd representation of the constraint. |
Constructor & Destructor Documentation
template<class View>
Gecode::CpltSet::UnaryCpltSetPropagator< View >::UnaryCpltSetPropagator | ( | Space * | home, | |
bool | share, | |||
UnaryCpltSetPropagator< View > & | p | |||
) | [inline, protected] |
template<class View>
Gecode::CpltSet::UnaryCpltSetPropagator< View >::UnaryCpltSetPropagator | ( | Space * | home, | |
View & | x0, | |||
bdd & | d | |||
) | [inline, protected] |
Member Function Documentation
template<class View>
PropCost Gecode::CpltSet::UnaryCpltSetPropagator< View >::cost | ( | ModEventDelta | med | ) | const [inline, virtual] |
template<class View>
Reflection::ActorSpec Gecode::CpltSet::UnaryCpltSetPropagator< View >::spec | ( | const Space * | home, | |
Reflection::VarMap & | m | |||
) | const [inline, virtual] |
template<class View>
Support::Symbol Gecode::CpltSet::UnaryCpltSetPropagator< View >::ati | ( | void | ) | [inline, static] |
template<class View>
size_t Gecode::CpltSet::UnaryCpltSetPropagator< View >::dispose | ( | Space * | home | ) | [inline, virtual] |
template<class View>
Actor * Gecode::CpltSet::UnaryCpltSetPropagator< View >::copy | ( | Space * | home, | |
bool | share | |||
) | [inline, virtual] |
template<class View>
ExecStatus Gecode::CpltSet::UnaryCpltSetPropagator< View >::propagate | ( | Space * | home, | |
ModEventDelta | med | |||
) | [inline, virtual] |
template<class View>
ExecStatus Gecode::CpltSet::UnaryCpltSetPropagator< View >::post | ( | Space * | home, | |
View & | x0, | |||
bdd & | d | |||
) | [inline, static] |
Member Data Documentation
template<class View>
View Gecode::CpltSet::UnaryCpltSetPropagator< View >::x [protected] |
template<class View>
bdd Gecode::CpltSet::UnaryCpltSetPropagator< View >::d [protected] |
The documentation for this class was generated from the following files:
- gecode/cpltset/propagators.hh (Revision: 5993)
- gecode/cpltset/propagators/unary.icc (Revision: 6017)