Gecode::Int::Linear::ReEqBoolInt< VX, VB >::Memory Class Reference
Propagator using less memory but with linear runtime. More...
#include <linear.hh>
Public Member Functions | |
| Memory (Space &home, bool share, Memory &p) | |
| Constructor for cloning p. | |
| Memory (Space &home, ViewArray< VX > &x, int c, VB b) | |
| Constructor for creation. | |
| virtual Actor * | copy (Space &home, bool share) |
| Create copy during cloning. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
Detailed Description
template<class VX, class VB>
class Gecode::Int::Linear::ReEqBoolInt< VX, VB >::Memory
Propagator using less memory but with linear runtime.
Definition at line 1084 of file linear.hh.
Constructor & Destructor Documentation
template<class VX , class VB >
| Gecode::Int::Linear::ReEqBoolInt< VX, VB >::Memory::Memory | ( | Space & | home, | |
| bool | share, | |||
| Memory & | p | |||
| ) |
Constructor for cloning p.
template<class VX , class VB >
| Gecode::Int::Linear::ReEqBoolInt< VX, VB >::Memory::Memory | ( | Space & | home, | |
| ViewArray< VX > & | x, | |||
| int | c, | |||
| VB | b | |||
| ) | [inline] |
Member Function Documentation
template<class VX , class VB >
| Actor * Gecode::Int::Linear::ReEqBoolInt< VX, VB >::Memory::copy | ( | Space & | home, | |
| bool | share | |||
| ) | [inline, virtual] |
template<class VX , class VB >
| ExecStatus Gecode::Int::Linear::ReEqBoolInt< VX, VB >::Memory::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
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)
