Conditional propagator.
More...
#include <exec.hh>
|
| When (Space &home, bool share, When &p) |
| Constructor for cloning p. More...
|
|
| When (Home home, BoolView x, std::function< void(Space &home)> t, std::function< void(Space &home)> e) |
| Constructor for creation. More...
|
|
| UnaryPropagator (Space &home, bool share, UnaryPropagator &p) |
| Constructor for cloning p. More...
|
|
| UnaryPropagator (Space &home, bool share, Propagator &p, BoolView x0) |
| Constructor for rewriting p during cloning. More...
|
|
| UnaryPropagator (Home home, BoolView x0) |
| Constructor for creation. More...
|
|
| Propagator (Home home) |
| Constructor for posting. More...
|
|
| Propagator (Space &home, bool share, Propagator &p) |
| Constructor for cloning p. More...
|
|
Propagator * | fwd (void) const |
| Return forwarding pointer during copying. More...
|
|
GPI::Info & | gpi (void) |
| Provide access to global propagator information. More...
|
|
Conditional propagator.
Requires
Definition at line 56 of file exec.hh.
◆ When() [1/2]
Gecode::Int::Exec::When::When |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
When & |
p |
|
) |
| |
|
inlineprotected |
Constructor for cloning p.
Definition at line 49 of file when.hpp.
◆ When() [2/2]
Gecode::Int::Exec::When::When |
( |
Home |
home, |
|
|
BoolView |
x, |
|
|
std::function< void(Space &home)> |
t, |
|
|
std::function< void(Space &home)> |
e |
|
) |
| |
|
inlineprotected |
Constructor for creation.
Definition at line 41 of file when.hpp.
◆ copy()
Actor * Gecode::Int::Exec::When::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| |
|
virtual |
◆ propagate()
◆ post()
Post propagator.
Definition at line 56 of file when.hpp.
◆ dispose()
size_t Gecode::Int::Exec::When::dispose |
( |
Space & |
home | ) |
|
|
virtual |
Then function.
Definition at line 60 of file exec.hh.
Else function pointer.
Definition at line 62 of file exec.hh.
The documentation for this class was generated from the following files: