| 92 | |
| 93 | template<class ManTask> |
| 94 | forceinline void |
| 95 | ManToOptTask<ManTask>::reschedule(Space& home, Propagator& p, PropCond pc) { |
| 96 | _m.reschedule(home, p, PC_BOOL_VAL); |
| 97 | ManTask::reschedule(home, p, pc); |
| 98 | } |
| 99 | |
| 100 | }} |
| 101 |
nothing calls this directly
no test coverage detected