Generated on Sat Nov 11 01:12:22 2006 for Gecode by doxygen 1.5.1

Gecode::Set::Int::MinElement Class Reference
[Set propagators]

#include <int.hh>

Inherits Gecode::IntSetPropagator< View, pcs, pci >< Gecode::Set::SetView, PC_SET_ANY, Gecode::Int::PC_INT_BND >.

List of all members.


Detailed Description

Propator for minimum element

Requires

 #include "gecode/set/int.hh" 

Definition at line 42 of file int.hh.

Public Member Functions

virtual Actorcopy (Space *home, bool)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space *home)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Space *home, SetView s, Gecode::Int::IntView x)
 Post propagator for x is the minimal element of s.

Protected Member Functions

 MinElement (Space *home, bool share, MinElement &p)
 Constructor for cloning p.
 MinElement (Space *home, SetView, Gecode::Int::IntView)
 Constructor for posting.


Constructor & Destructor Documentation

Gecode::Set::Int::MinElement::MinElement ( Space home,
bool  share,
MinElement p 
) [inline, protected]

Constructor for cloning p.

Definition at line 47 of file minmax.icc.

Gecode::Set::Int::MinElement::MinElement ( Space home,
SetView  ,
Gecode::Int::IntView   
) [inline, protected]

Constructor for posting.

Definition at line 34 of file minmax.icc.


Member Function Documentation

Actor * Gecode::Set::Int::MinElement::copy ( Space home,
bool   
) [virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 39 of file minmax.cc.

ExecStatus Gecode::Set::Int::MinElement::propagate ( Space home  )  [virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 44 of file minmax.cc.

ExecStatus Gecode::Set::Int::MinElement::post ( Space home,
SetView  s,
Gecode::Int::IntView  x 
) [inline, static]

Post propagator for x is the minimal element of s.

Definition at line 39 of file minmax.icc.


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