
#include <gecode/int/extensional/compact.hpp>
Classes | |
| class | ValidSupports |
| class | LostSupports |
Public Member Functions | |
| virtual PropCost | cost (const Space &, const ModEventDelta &) const |
| Cost function. | |
| size_t | dispose (Space &home) |
| Delete actor and return its size. | |
| virtual void | reschedule (Space &home)=0 |
| Schedule function. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med)=0 |
| Propagation function. | |
| 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 accumulated 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. | |
| Public Member Functions inherited from Gecode::Actor | |
| virtual Actor * | copy (Space &home)=0 |
| Create copy. | |
| virtual | ~Actor (void) |
| To avoid warnings. | |
Protected Types | |
| typedef TupleSet::Range | Range |
| typedef TupleSet::CSupportWord | CSupportWord |
| typedef CompactAdvisor< View, pos, true > | CTAdvisor |
Protected Member Functions | |
| bool | all (void) const |
| bool | atmostone (void) const |
| CompactCompressed (Space &home, CompactCompressed &p) | |
| CompactCompressed (Home home, const TupleSet &ts0) | |
| CompressedSupport | supports (CTAdvisor &a, int n) const |
| template<class Table> | |
| void | setup (Space &home, Table &table, ViewArray< View > &x) |
| template<class Table> | |
| bool | full (const Table &table) const |
| Protected Member Functions inherited from Gecode::Propagator | |
| 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. | |
Protected Attributes | |
| const unsigned int | n_words |
| TupleSet | ts |
| Council< CTAdvisor > | c |
Additional Inherited Members | |
| static void * | operator new (size_t s, Space &home) |
| Allocate memory from space. | |
| static void | operator delete (void *p, Space &home) |
| No-op for exceptions. | |
| static void * | operator new (size_t s) |
| Not used. | |
| static void | operator delete (void *p) |
| Not used. | |
Definition at line 1339 of file compact.hpp.
|
protected |
Definition at line 1341 of file compact.hpp.
|
protected |
Definition at line 1342 of file compact.hpp.
|
protected |
Definition at line 1343 of file compact.hpp.
|
inlineprotected |
Definition at line 1496 of file compact.hpp.
|
inlineprotected |
Definition at line 1500 of file compact.hpp.
|
inlineprotected |
Definition at line 1484 of file compact.hpp.
|
inlineprotected |
Definition at line 1487 of file compact.hpp.
|
inlineprotected |
Definition at line 1505 of file compact.hpp.
|
inlineprotected |
Definition at line 1515 of file compact.hpp.
|
inlineprotected |
Definition at line 1521 of file compact.hpp.
|
inlinevirtual |
|
inlinevirtual |
Delete actor and return its size.
Reimplemented from Gecode::Actor.
Reimplemented in Gecode::Int::Extensional::NegCompactCompressed< View, Table >, Gecode::Int::Extensional::PosCompactCompressed< View, Table >, and Gecode::Int::Extensional::ReCompactCompressed< View, Table, CtrlView, rm >.
Definition at line 1529 of file compact.hpp.
|
protected |
Definition at line 1492 of file compact.hpp.
|
protected |
Definition at line 1493 of file compact.hpp.
|
protected |
Definition at line 1494 of file compact.hpp.