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

Gecode::Int::Linear::SpeedReLinBoolInt< VX, VB > Class Template Reference

Baseclass for reified integer Boolean sum using advisors. More...

#include <linear.hh>

List of all members.

Public Member Functions

virtual size_t dispose (Space &home)
 Delete propagator and return its size.

Protected Member Functions

 SpeedReLinBoolInt (Space &home, bool share, SpeedReLinBoolInt &p)
 Constructor for cloning p.
 SpeedReLinBoolInt (Space &home, ViewArray< VX > &x, int n_s, int c, VB b)
 Constructor for creation.

Protected Attributes

VB b
 Boolean view.


Detailed Description

template<class VX, class VB>
class Gecode::Int::Linear::SpeedReLinBoolInt< VX, VB >

Baseclass for reified integer Boolean sum using advisors.

Definition at line 991 of file linear.hh.


Constructor & Destructor Documentation

template<class VX , class VB >
Gecode::Int::Linear::SpeedReLinBoolInt< VX, VB >::SpeedReLinBoolInt ( Space home,
bool  share,
SpeedReLinBoolInt< VX, VB > &  p 
) [inline, protected]

Constructor for cloning p.

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

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

Constructor for creation.

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


Member Function Documentation

template<class VX , class VB >
size_t Gecode::Int::Linear::SpeedReLinBoolInt< VX, VB >::dispose ( Space home  )  [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::Int::Linear::SpeedLinBoolInt< VX >.

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


Member Data Documentation

template<class VX, class VB>
VB Gecode::Int::Linear::SpeedReLinBoolInt< VX, VB >::b [protected]

Boolean view.

Definition at line 998 of file linear.hh.


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