| 73 | |
| 74 | template<class VX, class VY> |
| 75 | void |
| 76 | IntBase<VX,VY>::reschedule(Space& home) { |
| 77 | for (int i=0; i<n_s; i++) |
| 78 | x[i].reschedule(home,*this,PC_INT_DOM); |
| 79 | Gecode::Int::Count::reschedule(home,*this,y); |
| 80 | } |
| 81 | |
| 82 | }}} |
| 83 |
nothing calls this directly
no test coverage detected