Domain consistent ternary maximum propagator.
More...
#include <arithmetic.hh>
|
| | MaxDom (Space &home, Propagator &p, View x0, View x1, View x2) |
| | Constructor for rewriting p during cloning.
|
| |
| virtual Actor * | copy (Space &home) |
| | Copy propagator during cloning.
|
| |
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| | Cost function.
|
| |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| | Perform propagation.
|
| |
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| | Cost function (defined as low ternary)
|
| |
| virtual void | reschedule (Space &home) |
| | Schedule function.
|
| |
| virtual size_t | dispose (Space &home) |
| | Delete propagator and return its size.
|
| |
| ModEventDelta | modeventdelta (void) const |
| | Return the modification event delta.
|
| |
| virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
| | Advise function.
|
| |
| virtual void | advise (Space &home, Advisor &a) |
| | Run advisor a to be run on failure in failed space.
|
| |
| double | afc (void) const |
| | Return the accumlated failure count.
|
| |
| unsigned int | id (void) const |
| | Return propagator id.
|
| |
| PropagatorGroup | group (void) const |
| | Return group propagator belongs to.
|
| |
| void | group (PropagatorGroup g) |
| | Add propagator to group g.
|
| |
| bool | disabled (void) const |
| | Whether propagator is currently disabled.
|
| |
| virtual Actor * | copy (Space &home)=0 |
| | Create copy.
|
| |
| virtual | ~Actor (void) |
| | To avoid warnings.
|
| |
|
| | MaxDom (Space &home, MaxDom &p) |
| | Constructor for cloning p.
|
| |
| | MaxDom (Home home, View x0, View x1, View x2) |
| | Constructor for posting.
|
| |
| | TernaryPropagator (Space &home, TernaryPropagator &p) |
| | Constructor for cloning p.
|
| |
| | TernaryPropagator (Home home, View x0, View x1, View x2) |
| | Constructor for creation.
|
| |
| | TernaryPropagator (Space &home, Propagator &p, View x0, View x1, View x2) |
| | Constructor for rewriting p during cloning.
|
| |
| | Propagator (Home home) |
| | Constructor for posting.
|
| |
| | Propagator (Space &home, Propagator &p) |
| | Constructor for cloning p.
|
| |
| Propagator * | fwd (void) const |
| | Return forwarding pointer during copying.
|
| |
| Kernel::GPI::Info & | gpi (void) |
| | Provide access to global propagator information.
|
| |
|
| View | x0 |
| | Three views.
|
| |
| View | x1 |
| |
| View | x2 |
| |
template<class View>
class Gecode::Int::Arithmetic::MaxDom< View >
Domain consistent ternary maximum propagator.
Requires
Definition at line 184 of file arithmetic.hh.
◆ MaxDom() [1/3]
Constructor for cloning p.
Definition at line 257 of file max.hpp.
◆ MaxDom() [2/3]
Constructor for posting.
Definition at line 237 of file max.hpp.
◆ MaxDom() [3/3]
Constructor for rewriting p during cloning.
Definition at line 262 of file max.hpp.
◆ copy()
◆ cost()
◆ propagate()
◆ post()
Post propagator
.
Definition at line 242 of file max.hpp.
The documentation for this class was generated from the following files: