Gecode::Set::Select::SelectDisjoint Class Reference
[Set propagators]
#include <select.hh>
Inherits Gecode::Propagator.
Detailed Description
Propagator for selected disjointnessRequires
#include "set/select.hh"
Definition at line 82 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 | ~SelectDisjoint (void) |
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. |
|
Definition at line 40 of file disjoint.cc. |
Member Function Documentation
|
Copy propagator during cloning.
Implements Gecode::Actor. Definition at line 46 of file disjoint.cc. |
|
Cost function.
Implements Gecode::Propagator. Definition at line 36 of file disjoint.cc. |
|
Perform propagation.
Implements Gecode::Propagator. Definition at line 51 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:
- set/select.hh (Revision: 2652)
- set/select/disjoint.cc (Revision: 2639)
- set/select/disjoint.icc (Revision: 2639)