Class to iterate over idle propagators of a space.
More...
#include <gecode/kernel/core.hpp>
Class to iterate over idle propagators of a space.
Note that the iterator cannot be used during cloning.
Definition at line 2778 of file core.hpp.
◆ IdlePropagators()
| Gecode::Space::IdlePropagators::IdlePropagators |
( |
Space & | home | ) |
|
|
inline |
◆ operator()()
| bool Gecode::Space::IdlePropagators::operator() |
( |
void | | ) |
const |
|
inline |
Test whether there are propagators left.
Definition at line 5095 of file core.hpp.
◆ operator++()
| void Gecode::Space::IdlePropagators::operator++ |
( |
void | | ) |
|
|
inline |
Move iterator to next propagator.
Definition at line 5099 of file core.hpp.
◆ propagator()
| Propagator & Gecode::Space::IdlePropagators::propagator |
( |
void | | ) |
const |
|
inline |
Return propagator.
Definition at line 5103 of file core.hpp.
The documentation for this class was generated from the following file: