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

Gecode::Int::Linear::ReGqBoolInt< VX, VB >::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, VB b)
 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.
ExecStatus rewrite_inverse (Space &home, ViewArray< BoolView > &x, int c)
 Rewrite when reif is false, BoolView.
ExecStatus rewrite_inverse (Space &home, ViewArray< NegBoolView > &x, int c)
 Rewrite when reif is false, NegBoolView.


Detailed Description

template<class VX, class VB>
class Gecode::Int::Linear::ReGqBoolInt< VX, VB >::Speed

Propagator using more memory but with constant runtime.

Definition at line 1044 of file linear.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

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

Constructor for creation.

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


Member Function Documentation

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

Create copy during cloning.

Implements Gecode::Actor.

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

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

Give advice to propagator.

Reimplemented from Gecode::Propagator.

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

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

Perform propagation.

Implements Gecode::Propagator.

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

template<class VX , class VB >
ExecStatus Gecode::Int::Linear::ReGqBoolInt< VX, VB >::Speed::rewrite_inverse ( Space home,
ViewArray< BoolView > &  x,
int  c 
) [inline]

Rewrite when reif is false, BoolView.

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

template<class VX , class VB >
ExecStatus Gecode::Int::Linear::ReGqBoolInt< VX, VB >::Speed::rewrite_inverse ( Space home,
ViewArray< NegBoolView > &  x,
int  c 
) [inline]

Rewrite when reif is false, NegBoolView.

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


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