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

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

Propagator using more memory but with constant runtime. More...

#include <linear.hh>

List of all members.

Public Member Functions

 Speed (Space &home, bool share, Speed &p)
 Constructor for cloning p.
 Speed (Space &home, ViewArray< VX > &x, int c)
 Constructor for creation.
virtual Actorcopy (Space &home, bool share)
 Create copy during cloning.
virtual ExecStatus advise (Space &home, Advisor &a, const Delta &d)
 Give advice to propagator.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.


Detailed Description

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

Propagator using more memory but with constant runtime.

Definition at line 904 of file linear.hh.


Constructor & Destructor Documentation

template<class VX >
Gecode::Int::Linear::GqBoolInt< VX >::Speed::Speed ( Space home,
bool  share,
Speed p 
)

Constructor for cloning p.

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

Constructor for creation.

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


Member Function Documentation

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

Create copy during cloning.

Implements Gecode::Actor.

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

template<class VX >
ExecStatus Gecode::Int::Linear::GqBoolInt< VX >::Speed::advise ( Space home,
Advisor a,
const Delta d 
) [inline, virtual]

Give advice to propagator.

Reimplemented from Gecode::Propagator.

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

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

Perform propagation.

Implements Gecode::Propagator.

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


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