Generated on Tue Sep 25 2012 20:53:33 for Gecode by doxygen 1.7.5
Gecode::Set::Element::ElementDisjoint Class Reference

Propagator for element with disjointness More...

#include <element.hh>

List of all members.

Public Types

typedef
Gecode::Int::Element::IdxViewArray
< SView > 
IdxViewArray

Public Member Functions

virtual Actorcopy (Space &home, bool)
 Copy propagator during cloning.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function.
virtual size_t dispose (Space &home)
 Delete propagator and return its size.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, IdxViewArray &x, RView y)
 Post propagator for $ \parallel\langle x_0,\dots,x_{n-1}\rangle[y] $.

Protected Member Functions

 ElementDisjoint (Space &home, bool share, ElementDisjoint &p)
 Constructor for cloning p.
 ElementDisjoint (Home home, IdxViewArray &, RView)
 Constructor for posting.

Protected Attributes

IdxViewArray iv
RView x1

Detailed Description

Propagator for element with disjointness

Requires


Member Typedef Documentation


Constructor & Destructor Documentation

Gecode::Set::Element::ElementDisjoint::ElementDisjoint ( Space home,
bool  share,
ElementDisjoint p 
) [inline, protected]

Constructor for cloning p.

Definition at line 55 of file disjoint.hpp.

Gecode::Set::Element::ElementDisjoint::ElementDisjoint ( Home  home,
IdxViewArray iv0,
RView  y1 
) [inline, protected]

Constructor for posting.

Definition at line 44 of file disjoint.hpp.


Member Function Documentation

Actor * Gecode::Set::Element::ElementDisjoint::copy ( Space home,
bool  share 
) [virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 93 of file disjoint.hpp.

PropCost Gecode::Set::Element::ElementDisjoint::cost ( const Space home,
const ModEventDelta med 
) const [virtual]

Cost function.

Implements Gecode::Propagator.

Definition at line 78 of file disjoint.hpp.

size_t Gecode::Set::Element::ElementDisjoint::dispose ( Space home) [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::Actor.

Definition at line 84 of file disjoint.hpp.

ExecStatus Gecode::Set::Element::ElementDisjoint::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 99 of file disjoint.hpp.

ExecStatus Gecode::Set::Element::ElementDisjoint::post ( Home  home,
IdxViewArray x,
RView  y 
) [inline, static]

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

Definition at line 64 of file disjoint.hpp.


Member Data Documentation

Definition at line 189 of file element.hh.

Definition at line 190 of file element.hh.


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