Gecode::Int::Unary::ManProp< ManTask, PL > Class Template Reference
[Integer propagators]
Scheduling propagator for unary resource with mandatory tasks More...
#include <unary.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home) |
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, ManProp &p) | |
Constructor for cloning p. |
Detailed Description
template<class ManTask, class PL>
class Gecode::Int::Unary::ManProp< ManTask, PL >
Scheduling propagator for unary resource with mandatory tasks
Requires
#include <gecode/int/unary.hh>
Definition at line 791 of file unary.hh.
Constructor & Destructor Documentation
template<class ManTask , class PL >
Gecode::Int::Unary::ManProp< ManTask, PL >::ManProp | ( | Home | home, | |
TaskArray< ManTask > & | t | |||
) | [inline, protected] |
Constructor for creation.
Definition at line 38 of file man-prop.hpp.
template<class ManTask , class PL >
Gecode::Int::Unary::ManProp< ManTask, PL >::ManProp | ( | Space & | home, | |
ManProp< ManTask, PL > & | p | |||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 43 of file man-prop.hpp.
Member Function Documentation
template<class ManTask , class PL >
Actor * Gecode::Int::Unary::ManProp< ManTask, PL >::copy | ( | Space & | home | ) | [inline, virtual] |
Perform copying during cloning.
Implements Gecode::Actor.
Definition at line 56 of file man-prop.hpp.
template<class ManTask , class PL >
ExecStatus Gecode::Int::Unary::ManProp< ManTask, PL >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class ManTask , class PL >
ExecStatus Gecode::Int::Unary::ManProp< ManTask, PL >::post | ( | Home | home, | |
TaskArray< ManTask > & | t | |||
) | [inline, static] |
Post propagator that schedules tasks on unary resource.
Definition at line 48 of file man-prop.hpp.
The documentation for this class was generated from the following files:
- gecode/int/unary.hh
- gecode/int/unary/man-prop.hpp