Gecode::Set::Select::SelectDisjoint Class Reference
[Set propagators]
#include <select.hh>
Inherits Gecode::Propagator.
Detailed Description
Propagator for selected disjointnessRequires
#include "gecode/set/select.hh"
Definition at line 83 of file select.hh.
Public Member Functions | |
virtual Actor * | copy (Space *home, bool) |
Copy propagator during cloning. | |
virtual PropCost | cost (void) const |
Cost function. | |
virtual size_t | dispose (Space *home) |
Delete propagator and return its size. | |
virtual ExecStatus | propagate (Space *home) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Space *home, IdxViewArray< SetView > &x, SetView y) |
Post propagator for ![]() | |
Protected Member Functions | |
SelectDisjoint (Space *home, bool share, SelectDisjoint &p) | |
Constructor for cloning p. | |
SelectDisjoint (Space *home, IdxViewArray< SetView > &, SetView) | |
Constructor for posting. | |
Protected Attributes | |
IdxViewArray< SetView > | iv |
SetView | x1 |
Constructor & Destructor Documentation
|
Constructor for cloning p.
Definition at line 37 of file disjoint.icc. |
|
Constructor for posting.
Definition at line 27 of file disjoint.icc. |
Member Function Documentation
|
Copy propagator during cloning.
Implements Gecode::Actor. Definition at line 50 of file disjoint.cc. |
|
Cost function.
Implements Gecode::Propagator. Definition at line 36 of file disjoint.cc. |
|
Delete propagator and return its size.
Reimplemented from Gecode::Actor. Definition at line 41 of file disjoint.cc. |
|
Perform propagation.
Implements Gecode::Propagator. Definition at line 55 of file disjoint.cc. |
|
Post propagator for
Definition at line 44 of file disjoint.icc. |
Member Data Documentation
|
|
|
|
The documentation for this class was generated from the following files:
- gecode/set/select.hh (Revision: 3246)
- gecode/set/select/disjoint.cc (Revision: 3246)
- gecode/set/select/disjoint.icc (Revision: 2639)