Generated on Sun Aug 26 2012 08:44:26 for Gecode by doxygen 1.8.1.1
Gecode::Set::Convex::Convex Class Reference

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.
- Public Member Functions inherited from Gecode::UnaryPropagator< SetView, PC_SET_ANY >
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function (defined as PC_UNARY_LO)
virtual size_t dispose (Space &home)
 Delete propagator and return its size.
- Public Member Functions inherited from Gecode::Propagator
ModEventDelta modeventdelta (void) const
 Return the modification event delta.
virtual ExecStatus advise (Space &home, Advisor &a, const Delta &d)
 Advise function.
double afc (void) const
 Return the accumlated failure count.

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.
- Protected Member Functions inherited from Gecode::UnaryPropagator< SetView, PC_SET_ANY >
 UnaryPropagator (Space &home, bool share, UnaryPropagator &p)
 Constructor for cloning p.
 UnaryPropagator (Space &home, bool share, Propagator &p, SetViewx0)
 Constructor for rewriting p during cloning.
 UnaryPropagator (Home home, SetViewx0)
 Constructor for creation.
- Protected Member Functions inherited from Gecode::Propagator
 Propagator (Home home)
 Constructor for posting.
 Propagator (Space &home, bool share, Propagator &p)
 Constructor for cloning p.

Additional Inherited Members

- Protected Attributes inherited from Gecode::UnaryPropagator< SetView, PC_SET_ANY >
SetView x0
 Single view.

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 
)
inlineprotected

Constructor for cloning p.

Definition at line 56 of file conv.hpp.

Gecode::Set::Convex::Convex::Convex ( Home  home,
SetView  x 
)
inlineprotected

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 47 of file conv.cpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 52 of file conv.cpp.

ExecStatus Gecode::Set::Convex::Convex::post ( Home  home,
SetView  x 
)
inlinestatic

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: