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

.