Class to iterate over branchers of a space. More...
#include <core.hpp>
Public Member Functions | |
Branchers (const Space &home) | |
Initialize. | |
bool | operator() (void) const |
Test whether there are branchers left. | |
void | operator++ (void) |
Move iterator to next brancher. | |
const Brancher & | brancher (void) const |
Return propagator. |
Class to iterate over branchers of a space.
Note that the iterator cannot be used during cloning.
Gecode::Space::Branchers::Branchers | ( | const Space & | home | ) | [inline] |
bool Gecode::Space::Branchers::operator() | ( | void | ) | const [inline] |
void Gecode::Space::Branchers::operator++ | ( | void | ) | [inline] |
const Brancher & Gecode::Space::Branchers::brancher | ( | void | ) | const [inline] |