Gecode::Int::Linear::EqBoolInt< VX >::Memory Class Reference
#include <linear.hh>
Inherits Gecode::Int::Linear::MemoryLinBoolInt< VX >.
Detailed Description
template<class VX>
class Gecode::Int::Linear::EqBoolInt< VX >::Memory
Propagator using less memory but with linear runtime.
Definition at line 970 of file linear.hh.
Public Member Functions | |
Memory (Space *home, bool share, Memory &p) | |
Constructor for cloning p. | |
Memory (Space *home, ViewArray< VX > &x, int c) | |
Constructor for creation. | |
virtual Actor * | copy (Space *home, bool share) |
Create copy during cloning. | |
virtual ExecStatus | propagate (Space *home, ModEventDelta med) |
Perform propagation. | |
virtual Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m) const |
Specification for this propagator. | |
Static Public Member Functions | |
static void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
Post propagator according to specification. | |
static Support::Symbol | ati (void) |
Mangled propagator name. |
Constructor & Destructor Documentation
template<class VX>
Gecode::Int::Linear::EqBoolInt< VX >::Memory::Memory | ( | Space * | home, | |
bool | share, | |||
Memory & | p | |||
) |
Constructor for cloning p.
template<class VX>
Gecode::Int::Linear::EqBoolInt< VX >::Memory::Memory | ( | Space * | home, | |
ViewArray< VX > & | x, | |||
int | c | |||
) | [inline] |
Member Function Documentation
template<class VX>
Actor * Gecode::Int::Linear::EqBoolInt< VX >::Memory::copy | ( | Space * | home, | |
bool | share | |||
) | [inline, virtual] |
template<class VX>
ExecStatus Gecode::Int::Linear::EqBoolInt< VX >::Memory::propagate | ( | Space * | home, | |
ModEventDelta | med | |||
) | [inline, virtual] |
template<class VX>
Reflection::ActorSpec Gecode::Int::Linear::EqBoolInt< VX >::Memory::spec | ( | const Space * | home, | |
Reflection::VarMap & | m | |||
) | const [inline, virtual] |
Specification for this propagator.
Reimplemented from Gecode::Actor.
Definition at line 421 of file bool-int.icc.
template<class VX>
void Gecode::Int::Linear::EqBoolInt< VX >::Memory::post | ( | Space * | home, | |
Reflection::VarMap & | vars, | |||
const Reflection::ActorSpec & | spec | |||
) | [inline, static] |
template<class VX>
Support::Symbol Gecode::Int::Linear::EqBoolInt< VX >::Memory::ati | ( | void | ) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/linear.hh (Revision: 7285)
- gecode/int/linear/bool-int.icc (Revision: 6017)