Gecode::Int::Linear::SpeedReLinBoolInt< VX, VB > Class Template Reference
Baseclass for reified integer Boolean sum using advisors. More...
#include <linear.hh>
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] |
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] |
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] |
The documentation for this class was generated from the following files:
- gecode/int/linear.hh (Revision: 8215)
- gecode/int/linear/bool-int.hpp (Revision: 8514)
