Gecode::Propagators Class Reference
Class to iterate over propagators in a group. More...
#include <core.hpp>
Public Member Functions | |
| Propagators (const Space &home, PropagatorGroup g) | |
| Initialize. | |
| bool | operator() (void) const |
| Test whether there are propagators left. | |
| void | operator++ (void) |
| Move iterator to next propagator. | |
| const Propagator & | propagator (void) const |
| Return propagator. | |
Detailed Description
Class to iterate over propagators in a group.
Definition at line 2754 of file core.hpp.
Constructor & Destructor Documentation
| Gecode::Propagators::Propagators | ( | const Space & | home, | |
| PropagatorGroup | g | |||
| ) | [inline] |
Member Function Documentation
| bool Gecode::Propagators::operator() | ( | void | ) | const [inline] |
| void Gecode::Propagators::operator++ | ( | void | ) | [inline] |
| const Propagator & Gecode::Propagators::propagator | ( | void | ) | const [inline] |
The documentation for this class was generated from the following file:
- gecode/kernel/core.hpp
