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

Gecode::Int::Linear::ReEqBoolInt< VX, VB >::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, VB b)
 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 VB>
class Gecode::Int::Linear::ReEqBoolInt< VX, VB >::Memory

Propagator using less memory but with linear runtime.

Definition at line 1084 of file linear.hh.


Constructor & Destructor Documentation

template<class VX , class VB >
Gecode::Int::Linear::ReEqBoolInt< VX, VB >::Memory::Memory ( Space home,
bool  share,
Memory p 
)

Constructor for cloning p.

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

Constructor for creation.

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


Member Function Documentation

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

Create copy during cloning.

Implements Gecode::Actor.

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

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

Perform propagation.

Implements Gecode::Propagator.

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


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