Gecode::Space::Branchers Class Reference
Class to iterate over branchers of a space. More...
#include <core.hpp>
Public Member Functions | |
| Branchers (Space &home) | |
| Initialize. | |
| bool | operator() (void) const |
| Test whether there are branchers left. | |
| void | operator++ (void) |
| Move iterator to next brancher. | |
| Brancher & | brancher (void) const |
| Return propagator. | |
Detailed Description
Class to iterate over branchers of a space.
Note that the iterator cannot be used during cloning.
Definition at line 2735 of file core.hpp.
Constructor & Destructor Documentation
| Gecode::Space::Branchers::Branchers | ( | Space & | home | ) | [inline] |
Member Function Documentation
| bool Gecode::Space::Branchers::operator() | ( | void | ) | const [inline] |
| void Gecode::Space::Branchers::operator++ | ( | void | ) | [inline] |
| Brancher & Gecode::Space::Branchers::brancher | ( | void | ) | const [inline] |
The documentation for this class was generated from the following file:
- gecode/kernel/core.hpp
