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

Gecode::Int::Linear::EqBoolInt< 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.

Static Public Member Functions

static ExecStatus post (Space &home, ViewArray< VX > &x, int c)
 Post propagator for $\sum_{i=0}^{|x|-1}x_i = c$.


Detailed Description

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

Propagator using less memory but with linear runtime.

Definition at line 836 of file linear.hh.


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]

Constructor for creation.

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


Member Function Documentation

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

Create copy during cloning.

Implements Gecode::Actor.

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

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

Perform propagation.

Implements Gecode::Propagator.

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

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

Post propagator for $\sum_{i=0}^{|x|-1}x_i = c$.

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


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