Generated on Thu Mar 22 10:39:58 2012 for Gecode by doxygen 1.6.3

Gecode::Int::Unary::ManProp< ManTask > Class Template Reference
[Integer propagators]

Scheduling propagator for unary resource with mandatory tasks More...

#include <unary.hh>

List of all members.

Public Member Functions

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

Static Public Member Functions

static ExecStatus post (Home home, TaskArray< ManTask > &t)
 Post propagator that schedules tasks on unary resource.

Protected Member Functions

 ManProp (Home home, TaskArray< ManTask > &t)
 Constructor for creation.
 ManProp (Space &home, bool shared, ManProp &p)
 Constructor for cloning p.

Detailed Description

template<class ManTask>
class Gecode::Int::Unary::ManProp< ManTask >

Scheduling propagator for unary resource with mandatory tasks

Requires

 #include <gecode/int/unary.hh> 

Definition at line 787 of file unary.hh.


Constructor & Destructor Documentation

template<class ManTask >
Gecode::Int::Unary::ManProp< ManTask >::ManProp ( Home  home,
TaskArray< ManTask > &  t 
) [inline, protected]

Constructor for creation.

Definition at line 42 of file man-prop.hpp.

template<class ManTask >
Gecode::Int::Unary::ManProp< ManTask >::ManProp ( Space home,
bool  shared,
ManProp< ManTask > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 47 of file man-prop.hpp.


Member Function Documentation

template<class ManTask >
Actor * Gecode::Int::Unary::ManProp< ManTask >::copy ( Space home,
bool  share 
) [inline, virtual]

Perform copying during cloning.

Implements Gecode::Actor.

Definition at line 61 of file man-prop.hpp.

template<class ManTask >
ExecStatus Gecode::Int::Unary::ManProp< ManTask >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 67 of file man-prop.hpp.

template<class ManTask >
ExecStatus Gecode::Int::Unary::ManProp< ManTask >::post ( Home  home,
TaskArray< ManTask > &  t 
) [inline, static]

Post propagator that schedules tasks on unary resource.

Definition at line 53 of file man-prop.hpp.


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