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