Generated on Thu Jul 6 07:07:06 2006 for Gecode by doxygen 1.4.7

Gecode::Set::Convex::Convex Class Reference
[Set propagators]

#include <convex.hh>

Inherits Gecode::UnaryPropagator< View, pc >< Gecode::Set::SetView, PC_SET_ANY >.

List of all members.


Detailed Description

Propagator for the convex constraint

Requires

Definition at line 47 of file convex.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 x)
 Post propagator that propagates that x is convex.

Protected Member Functions

 Convex (Space *home, bool share, Convex &p)
 Constructor for cloning p.
 Convex (Space *home, SetView)
 Constructor for posting.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 40 of file conv.icc.

Gecode::Set::Convex::Convex::Convex ( Space home,
SetView   
) [inline, protected]

Constructor for posting.

Definition at line 36 of file conv.icc.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 34 of file conv.cc.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 39 of file conv.cc.

ExecStatus Gecode::Set::Convex::Convex::post ( Space home,
SetView  x 
) [inline, static]

Post propagator that propagates that x is convex.

Definition at line 44 of file conv.icc.


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