Generated on Thu Mar 22 10:40:00 2012 for Gecode by doxygen 1.6.3

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

Propagator for the convex hull constraint More...

#include <convex.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home, bool)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, SetView x, SetView y)
 Post propagator that propagates that y is the convex hull of x.

Protected Member Functions

 ConvexHull (Space &home, bool share, ConvexHull &)
 Constructor for cloning p.
 ConvexHull (Home home, SetView, SetView)
 Constructor for posting.

Detailed Description

Propagator for the convex hull constraint

Requires

Definition at line 84 of file convex.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 56 of file hull.hpp.

Gecode::Set::Convex::ConvexHull::ConvexHull ( Home  home,
SetView  x,
SetView  y 
) [inline, protected]

Constructor for posting.

Definition at line 52 of file hull.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 49 of file hull.cpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 54 of file hull.cpp.

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

Post propagator that propagates that y is the convex hull of x.

Definition at line 60 of file hull.hpp.


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