Home class for posting propagators
More...
#include <core.hpp>
Home class for posting propagators
Definition at line 718 of file core.hpp.
Initialize the home with space s and propagator p.
Definition at line 2599 of file core.hpp.
Home & Gecode::Home::operator= |
( |
const Home & |
h | ) |
|
|
inline |
Assignment operator.
Definition at line 2601 of file core.hpp.
Gecode::Home::operator Space & |
( |
void |
| ) |
|
|
inline |
Retrieve the space of the home.
Definition at line 2606 of file core.hpp.
Return a home extended by propagator to be rewritten.
Definition at line 2610 of file core.hpp.
Propagator * Gecode::Home::propagator |
( |
void |
| ) |
const |
|
inline |
Return propagator (or NULL) for currently rewritten propagator.
Definition at line 2618 of file core.hpp.
bool Gecode::Home::failed |
( |
void |
| ) |
const |
|
inline |
Check whether corresponding space is failed.
Definition at line 3112 of file core.hpp.
void Gecode::Home::fail |
( |
void |
| ) |
|
|
inline |
Mark space as failed.
Definition at line 3103 of file core.hpp.
Notice actor property.
Definition at line 2548 of file core.hpp.
The space where the propagator is to be posted.
Definition at line 721 of file core.hpp.
A propagator (possibly) that is currently being rewritten.
Definition at line 723 of file core.hpp.
The documentation for this class was generated from the following file: