
"Domain consistent" circuit propagator More...
#include <circuit.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home, bool share) |
| 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. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, ViewArray< View > &x, Offset &o) |
| Post propagator for circuit on x. | |
Protected Member Functions | |
| Dom (Space &home, bool share, Dom &p) | |
| Constructor for cloning p. | |
| Dom (Home home, ViewArray< View > &x, Offset &o) | |
| Constructor for posting. | |
Protected Attributes | |
| Int::Distinct::DomCtrl< View > | dc |
| Propagation controller for propagating distinct. | |
"Domain consistent" circuit propagator
Propagates domain consistent distinct, checks that the induced variable value graph is stronlgy connected, and prunes too shot cycles.
Requires
#include <gecode/int/circuit.hh>
Constructor for cloning p.
| PropCost Gecode::Int::Circuit::Dom::cost | ( | const Space & | home, |
| const ModEventDelta & | med | ||
| ) | const [virtual] |
| ExecStatus Gecode::Int::Circuit::Dom::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |
| ExecStatus Gecode::Int::Circuit::Dom::post | ( | Home | home, |
| ViewArray< View > & | x, | ||
| Offset & | o | ||
| ) | [static] |
Int::Distinct::DomCtrl<View> Gecode::Int::Circuit::Dom::dc [protected] |
Propagation controller for propagating distinct.
Definition at line 131 of file circuit.hh.