Generated on Mon Jul 6 18:09:35 2009 for Gecode by doxygen 1.5.9

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

Propagator using less memory but with linear runtime. More...

#include <linear.hh>

List of all members.

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, const ModEventDelta &med)
 Perform propagation.


Detailed Description

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

Propagator using less memory but with linear runtime.

Definition at line 888 of file linear.hh.


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 158 of file bool-int.hpp.


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 169 of file bool-int.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 175 of file bool-int.hpp.


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