Gecode::VarTypeProcessor< VTI, PC > Class Template Reference
[Programming variables]
Inherits Gecode::VarTypeProcessorBase.
Detailed Description
template<VarTypeId VTI, PropCond PC>
class Gecode::VarTypeProcessor< VTI, PC >
Variable type processor
Base class for variable type processor for variable type index VTI and maximum propagation condition PC.
Definition at line 128 of file core.icc.
Public Member Functions | |
| VarTypeProcessor (void) | |
| Constructor. | |
| void | mec (ModEvent me1, ModEvent me2, ModEvent me3) |
| Store combinations of modification events. | |
| void | mepc (ModEvent me, PropCond pc) |
| Store mapping between modification event and propagation condition. | |
| void | enter (void) |
| Register variable type processor with kernel. | |
| virtual void | process (Space *home, VarBase *x) |
| Process modified variables linked from x. | |
| virtual void | update (Space *home, VarBase *x) |
| Update copied variables linked from x. | |
Constructor & Destructor Documentation
|
||||||||||
|
Constructor.
|
Member Function Documentation
|
||||||||||||||||||||
|
Store combinations of modification events. The combination of me1 with me2 (and of me2 with me1) is stored to be me3. Note that the following combinations are predefined
|
|
||||||||||||||||
|
Store mapping between modification event and propagation condition. Execute propagators with propagation condition pc if a variable is modified with modification event me. |
|
||||||||||
|
Register variable type processor with kernel. Transfers the combinations of modification events also to the kernel |
|
||||||||||||||||
|
Process modified variables linked from x.
Implements Gecode::VarTypeProcessorBase. |
|
||||||||||||||||
|
Update copied variables linked from x.
Implements Gecode::VarTypeProcessorBase. |
The documentation for this class was generated from the following file:
- kernel/core.icc (Revision: 2668)
