Generated on Wed Jan 4 17:49:25 2006 for Gecode by doxygen 1.4.6

Gecode::Set::Select::SelectDisjoint Class Reference
[Set propagators]

#include <select.hh>

Inherits Gecode::Propagator.

List of all members.


Detailed Description

Propagator for selected disjointness

Requires

 #include "set/select.hh" 

Definition at line 82 of file select.hh.

Public Member Functions

virtual Actorcopy (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 $ \parallel\langle x_0,\dots,x_{n-1}\rangle[y] $.

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< SetViewiv
SetView x1


Constructor & Destructor Documentation

Gecode::Set::Select::SelectDisjoint::SelectDisjoint Space home,
bool  share,
SelectDisjoint p
[inline, protected]
 

Constructor for cloning p.

Definition at line 37 of file disjoint.icc.

Gecode::Set::Select::SelectDisjoint::SelectDisjoint Space home,
IdxViewArray< SetView > &  ,
SetView 
[inline, protected]
 

Constructor for posting.

Definition at line 27 of file disjoint.icc.

Gecode::Set::Select::SelectDisjoint::~SelectDisjoint void   )  [virtual]
 

Definition at line 40 of file disjoint.cc.


Member Function Documentation

Actor * Gecode::Set::Select::SelectDisjoint::copy Space home,
bool 
[virtual]
 

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 46 of file disjoint.cc.

PropCost Gecode::Set::Select::SelectDisjoint::cost void   )  const [virtual]
 

Cost function.

Implements Gecode::Propagator.

Definition at line 36 of file disjoint.cc.

ExecStatus Gecode::Set::Select::SelectDisjoint::propagate Space home  )  [virtual]
 

Perform propagation.

Implements Gecode::Propagator.

Definition at line 51 of file disjoint.cc.

ExecStatus Gecode::Set::Select::SelectDisjoint::post Space home,
IdxViewArray< SetView > &  x,
SetView  y
[inline, static]
 

Post propagator for $ \parallel\langle x_0,\dots,x_{n-1}\rangle[y] $.

Definition at line 44 of file disjoint.icc.


Member Data Documentation

IdxViewArray<SetView> Gecode::Set::Select::SelectDisjoint::iv [protected]
 

Definition at line 85 of file select.hh.

SetView Gecode::Set::Select::SelectDisjoint::x1 [protected]
 

Definition at line 86 of file select.hh.


The documentation for this class was generated from the following files: