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