
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>
Constructor for creation.
Definition at line 42 of file man-prop.hpp.
Constructor for cloning p.
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.