Generated on Mon Aug 25 11:35:52 2008 for Gecode by doxygen 1.5.6

Gecode::Int::Linear::GqBoolInt< VX >::Memory Class Reference

#include <linear.hh>

Inherits Gecode::Int::Linear::MemoryLinBoolInt< VX >.

List of all members.


Detailed Description

template<class VX>
class Gecode::Int::Linear::GqBoolInt< VX >::Memory

Propagator using less memory but with linear runtime.

Definition at line 1038 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 Actorcopy (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::GqBoolInt< VX >::Memory::Memory ( Space home,
bool  share,
Memory p 
)

Constructor for cloning p.

template<class VX>
Gecode::Int::Linear::GqBoolInt< VX >::Memory::Memory ( Space home,
ViewArray< VX > &  x,
int  c 
) [inline]

Constructor for creation.

Definition at line 180 of file bool-int.icc.


Member Function Documentation

template<class VX>
Actor * Gecode::Int::Linear::GqBoolInt< VX >::Memory::copy ( Space home,
bool  share 
) [inline, virtual]

Create copy during cloning.

Implements Gecode::Actor.

Definition at line 191 of file bool-int.icc.

template<class VX>
ExecStatus Gecode::Int::Linear::GqBoolInt< VX >::Memory::propagate ( Space home,
ModEventDelta  med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 221 of file bool-int.icc.

template<class VX>
Reflection::ActorSpec Gecode::Int::Linear::GqBoolInt< VX >::Memory::spec ( const Space home,
Reflection::VarMap m 
) const [inline, virtual]

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 203 of file bool-int.icc.

template<class VX>
void Gecode::Int::Linear::GqBoolInt< VX >::Memory::post ( Space home,
Reflection::VarMap vars,
const Reflection::ActorSpec spec 
) [inline, static]

Post propagator according to specification.

Definition at line 210 of file bool-int.icc.

template<class VX>
Support::Symbol Gecode::Int::Linear::GqBoolInt< VX >::Memory::ati ( void   )  [inline, static]

Mangled propagator name.

Definition at line 197 of file bool-int.icc.


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