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

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

Propagator for the convex 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)
 Post propagator that propagates that x is convex.

Protected Member Functions

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

Detailed Description

Propagator for the convex constraint

Requires

Definition at line 62 of file convex.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 56 of file conv.hpp.

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

Constructor for posting.

Definition at line 52 of file conv.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 46 of file conv.cpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 51 of file conv.cpp.

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

Post propagator that propagates that x is convex.

Definition at line 60 of file conv.hpp.


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