Generated on Tue Sep 25 2012 20:53:32 for Gecode by doxygen 1.7.5
Gecode::Int::Unary::ManProp Class Reference

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

Scheduling propagator for unary resource with mandatory tasks

Requires

 #include <gecode/int/unary.hh> 

Constructor & Destructor Documentation

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

Constructor for creation.

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

Gecode::Int::Unary::ManProp::ManProp ( Space home,
bool  shared,
ManProp p 
) [protected]

Constructor for cloning p.


Member Function Documentation

Actor * Gecode::Int::Unary::ManProp::copy ( Space home,
bool  share 
) [virtual]

Perform copying during cloning.

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

ExecStatus Gecode::Int::Unary::ManProp::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

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

ExecStatus Gecode::Int::Unary::ManProp::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: