
Scheduling propagator for unary resource with mandatory tasks More...
#include <unary.hh>
Public Member Functions | |
| virtual Actor * | copy (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. | |
Scheduling propagator for unary resource with mandatory tasks
Requires
#include <gecode/int/unary.hh>
| 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.
| 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.
| Actor * Gecode::Int::Unary::ManProp< ManTask >::copy | ( | Space & | home, |
| bool | share | ||
| ) | [virtual] |
Perform copying during cloning.
Implements Gecode::Actor.
Definition at line 61 of file man-prop.hpp.
| ExecStatus Gecode::Int::Unary::ManProp< ManTask >::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |
| 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.